mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-03-09 12:50:23 -05:00
cleanup
This commit is contained in:
parent
ac7370025b
commit
63dde2443d
1 changed files with 1 additions and 1 deletions
|
@ -4314,7 +4314,7 @@ def build_fragments(f):
|
||||||
self.report_warning(
|
self.report_warning(
|
||||||
f'Some {client_name} client formats have been skipped as they are missing a url. '
|
f'Some {client_name} client formats have been skipped as they are missing a url. '
|
||||||
f'{"Your account" if self.is_authenticated else "The current session"} may have '
|
f'{"Your account" if self.is_authenticated else "The current session"} may have '
|
||||||
f'the Server Stitched Ad Placement (SSAP) experiment which may be interfering with yt-dlp. '
|
f'the SSAP (server-side ads) experiment which may be interfering with yt-dlp. '
|
||||||
f'Please see https://github.com/yt-dlp/yt-dlp/issues/XXXXX for more details.',
|
f'Please see https://github.com/yt-dlp/yt-dlp/issues/XXXXX for more details.',
|
||||||
only_once=True)
|
only_once=True)
|
||||||
continue
|
continue
|
||||||
|
|
Loading…
Reference in a new issue