diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2014-01-22 22:17:53 +0100 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2014-01-22 22:17:53 +0100 |
commit | 8b1be5cd73d4b9af7ac4bcf24cec0383ba674c24 (patch) | |
tree | 91b73bfdf779b678eabdcee91bede7bae8d4a759 /youtube_dl | |
parent | 780083dbc6b1377c69c81aa5b4e794699fcb39ed (diff) |
Move --youtube-include-dash-manifest into correct option group
Diffstat (limited to 'youtube_dl')
-rw-r--r-- | youtube_dl/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/__init__.py b/youtube_dl/__init__.py index 870145c36..96a031110 100644 --- a/youtube_dl/__init__.py +++ b/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)') |