1
0
Fork 0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-03-09 12:50:23 -05:00

Link issue

This commit is contained in:
coletdjnz 2025-02-26 19:59:19 +13:00
parent 63dde2443d
commit 27d7ffca89
No known key found for this signature in database
GPG key ID: 91984263BB39894A

View file

@ -4315,7 +4315,7 @@ def build_fragments(f):
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 SSAP (server-side ads) 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/12482 for more details.',
only_once=True) only_once=True)
continue continue
try: try: