1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-08-17 01:48:29 +00:00

Update yt_dlp/extractor/youtube/_video.py

Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
This commit is contained in:
coletdjnz 2025-07-18 20:45:27 +12:00 committed by GitHub
parent e9e9384880
commit b36f88cdf1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3291,7 +3291,7 @@ def _report_pot_format_skipped(self, video_id, client_name, proto):
f'{video_id}: {client_name} client {proto} formats require a GVS PO Token which was not provided. '
'They will be skipped as they may yield HTTP Error 403. '
f'You can manually pass a GVS PO Token for this client with --extractor-args "youtube:po_token={client_name}.gvs+XXX". '
f'For more information, refer to {PO_TOKEN_GUIDE_URL} . ')
f'For more information, refer to {PO_TOKEN_GUIDE_URL}')
# Only raise a warning for non-default clients, to not confuse users.
if client_name in (*self._DEFAULT_CLIENTS, *self._DEFAULT_AUTHED_CLIENTS):