[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

@ -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(