[YoutubeDL] Add new --call-home option for debugging

This commit is contained in:
Philipp Hagemeister 2015-01-10 21:02:27 +01:00
parent 149f05c7b6
commit 58b1f00d19
3 changed files with 19 additions and 0 deletions

View 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: