瀏覽代碼

Move --youtube-include-dash-manifest into correct option group

Philipp Hagemeister 12 年之前
父節點
當前提交
8b1be5cd73
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      youtube_dl/__init__.py

+ 1 - 1
youtube_dl/__init__.py

@@ -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)')