[YoutubeDL] Add new --call-home option for debugging
[youtube-dl] / youtube_dl / __init__.py
index d74a304b7b42063e9332c42acfaea92c3af472b0..ddf6260d1e9a4a11fd0140ccbc8d6a4c324df78b 100644 (file)
@@ -328,6 +328,7 @@ def _real_main(argv=None):
         'postprocessors': postprocessors,
         'fixup': opts.fixup,
         'source_address': opts.source_address,
+        'call_home': opts.call_home,
     }
 
     with YoutubeDL(ydl_opts) as ydl: