Move --youtube-include-dash-manifest into correct option group
authorPhilipp Hagemeister <phihag@phihag.de>
Wed, 22 Jan 2014 21:17:53 +0000 (22:17 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Wed, 22 Jan 2014 21:17:53 +0000 (22:17 +0100)
youtube_dl/__init__.py

index 870145c3638906d2e3c0b9530a5fe57bcda51462..96a031110f643541246f1d77d7ac6ff96b56dbac 100644 (file)
@@ -244,7 +244,7 @@ def parseOpts(overrideArguments=None):
         '--include-ads', dest='include_ads',
         action='store_true',
         help='Download advertisements as well (experimental)')
-    verbosity.add_option(
+    selection.add_option(
         '--youtube-include-dash-manifest', action='store_true',
         dest='youtube_include_dash_manifest', default=False,
         help='Try to download the DASH manifest on YouTube videos (experimental)')