mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-14 10:37:36 -07:00
[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
|
@ -505,6 +505,10 @@ def parseOpts(overrideArguments=None):
|
|||
'--print-traffic',
|
||||
dest='debug_printtraffic', action='store_true', default=False,
|
||||
help='Display sent and read HTTP traffic')
|
||||
verbosity.add_option(
|
||||
'-C', '--call-home',
|
||||
dest='call_home', action='store_true', default=False,
|
||||
help='Contact the youtube-dl server for debugging. (Experimental)')
|
||||
|
||||
filesystem = optparse.OptionGroup(parser, 'Filesystem Options')
|
||||
filesystem.add_option(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue