[YoutubeDL] Add new --call-home option for debugging
This commit is contained in:
parent
149f05c7b6
commit
58b1f00d19
3 changed files with 19 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue