From 07d8a0e4afb17916338894b263916bcdf450f19a Mon Sep 17 00:00:00 2001 From: coletdjnz Date: Sun, 18 May 2025 13:23:38 +1200 Subject: [PATCH] Update yt_dlp/extractor/youtube/pot/README.md --- yt_dlp/extractor/youtube/pot/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/extractor/youtube/pot/README.md b/yt_dlp/extractor/youtube/pot/README.md index 767c596b8a..091bfa15cf 100644 --- a/yt_dlp/extractor/youtube/pot/README.md +++ b/yt_dlp/extractor/youtube/pot/README.md @@ -147,7 +147,7 @@ class MyPoTokenProviderPTP(PoTokenProvider): # Provider class name must end wit return PoTokenResponse( 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) # Set to 0 or -1 to not cache this response. expires_at=None,