mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-05-20 22:32:37 +00:00
Update yt_dlp/extractor/youtube/pot/README.md
This commit is contained in:
parent
3cfde45e46
commit
07d8a0e4af
@ -147,7 +147,7 @@ class MyPoTokenProviderPTP(PoTokenProvider): # Provider class name must end wit
|
|||||||
|
|
||||||
return PoTokenResponse(
|
return PoTokenResponse(
|
||||||
po_token=po_token,
|
po_token=po_token,
|
||||||
# Optional, add a custom expiration time for the token. Use for caching.
|
# Optional, add a custom expiration timestamp for the token. Use for caching.
|
||||||
# By default, yt-dlp will use the default ttl from a registered cache spec (see below)
|
# By default, yt-dlp will use the default ttl from a registered cache spec (see below)
|
||||||
# Set to 0 or -1 to not cache this response.
|
# Set to 0 or -1 to not cache this response.
|
||||||
expires_at=None,
|
expires_at=None,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user