Update yt_dlp/extractor/youtube/pot/README.md

This commit is contained in:
coletdjnz 2025-04-12 08:59:57 +12:00 committed by GitHub
parent 010e74410a
commit 0c857e5de8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -204,7 +204,7 @@ class MyCacheProviderPCP(PoTokenCacheProvider): # Provider name must end with "
some_setting = self._configuration_arg('some_setting', default=['default_value'])[0]
return self.my_cache.get(key)
def store(self, key: str, value: str, expires_at: str):
def store(self, key: str, value: str, expires_at: int):
self.my_cache.store(key, value, expires_at)
def delete(self, key: str):