Update yt_dlp/extractor/youtube.py

Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
pull/11890/head
coletdjnz 2 days ago committed by GitHub
parent fba1934d0f
commit 935cd8908e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -4057,7 +4057,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
'They will be skipped as they may yield HTTP Error 403. '
f'You can manually pass a PO Token for this client with --extractor-args "youtube:po_token={client_name}+XXX. '
'For more information, refer to https://github.com/yt-dlp/yt-dlp/wiki/Extractors#po-token-guide . '
'To enable these broken formats anyway, pass --extractor-args "youtube:formats=missing_pot".')
'To enable these broken formats anyway, pass --extractor-args "youtube:formats=missing_pot"')
# Only raise a warning for non-default clients, to not confuse users.
# iOS HLS formats still work without PO Token, so we don't need to warn about them.

Loading…
Cancel
Save