]> git.bitcoin.ninja Git - youtube-dl/blobdiff - youtube_dl/__init__.py
[downloader] Lay groundwork for external downloaders.
[youtube-dl] / youtube_dl / __init__.py
index d74a304b7b42063e9332c42acfaea92c3af472b0..3fc7dc5c2f13aea99b96c5f0dbe2359e43404058 100644 (file)
@@ -328,6 +328,9 @@ def _real_main(argv=None):
         'postprocessors': postprocessors,
         'fixup': opts.fixup,
         'source_address': opts.source_address,
+        'call_home': opts.call_home,
+        'sleep_interval': opts.sleep_interval,
+        'external_downloader': opts.external_downloader,
     }
 
     with YoutubeDL(ydl_opts) as ydl: