mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-04-10 02:43:44 +00:00
Update yt_dlp/extractor/youtube/pot/README.md
This commit is contained in:
parent
010e74410a
commit
0c857e5de8
@ -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):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user