[YoutubeDL] Add new --call-home option for debugging
[youtube-dl] / youtube_dl / options.py
index e25466c39ccaff692668ab04f7e6509351225037..0176bae75b516e076f9924b21568403eea2fb933 100644 (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(