From e07584836c493d42125f5fac70f586ddcf64fcfc Mon Sep 17 00:00:00 2001 From: coletdjnz Date: Tue, 24 Dec 2024 11:48:38 +1300 Subject: [PATCH] Update yt_dlp/extractor/youtube.py Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com> --- yt_dlp/extractor/youtube.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yt_dlp/extractor/youtube.py b/yt_dlp/extractor/youtube.py index 4359049a4..2638eaa5d 100644 --- a/yt_dlp/extractor/youtube.py +++ b/yt_dlp/extractor/youtube.py @@ -3977,7 +3977,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor): if not po_token and require_po_token and 'missing_pot' in self._configuration_arg('formats'): self.report_warning( f'No PO Token provided for {client} client, ' - f'which may be required for working {client} formats. This client will be deprioritized.', only_once=True) + f'which may be required for working {client} formats. This client will be deprioritized', only_once=True) deprioritize_pr = True pr = initial_pr if client == 'web' else None