mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-08-10 18:59:39 +00:00
@@ -2833,7 +2833,7 @@ class YoutubeDL:
|
||||
urls = '", "'.join(
|
||||
(f['url'].split(',')[0] + ',<data>' if f['url'].startswith('data:') else f['url'])
|
||||
for f in info.get('requested_formats', []) or [info])
|
||||
self.write_debug('Invoking downloader on "%s"' % urls)
|
||||
self.write_debug(f'Invoking {fd.FD_NAME} downloader on "{urls}"')
|
||||
|
||||
# Note: Ideally info should be a deep-copied so that hooks cannot modify it.
|
||||
# But it may contain objects that are not deep-copyable
|
||||
|
Reference in New Issue
Block a user