]> git.bitcoin.ninja Git - youtube-dl/blobdiff - youtube_dl/__init__.py
[extractors] Use http_headers for setting the User-Agent and the Referer
[youtube-dl] / youtube_dl / __init__.py
index 7bd7295e2744ce57f3a0dd6d2df40e2ee70c6c43..3fc7dc5c2f13aea99b96c5f0dbe2359e43404058 100644 (file)
@@ -330,6 +330,7 @@ def _real_main(argv=None):
         '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: