mirror of
https://gitlab.com/ytdl-org/youtube-dl.git
synced 2025-11-06 06:57:39 -05:00
Move --youtube-include-dash-manifest into correct option group
This commit is contained in:
@@ -244,7 +244,7 @@ def parseOpts(overrideArguments=None):
|
|||||||
'--include-ads', dest='include_ads',
|
'--include-ads', dest='include_ads',
|
||||||
action='store_true',
|
action='store_true',
|
||||||
help='Download advertisements as well (experimental)')
|
help='Download advertisements as well (experimental)')
|
||||||
verbosity.add_option(
|
selection.add_option(
|
||||||
'--youtube-include-dash-manifest', action='store_true',
|
'--youtube-include-dash-manifest', action='store_true',
|
||||||
dest='youtube_include_dash_manifest', default=False,
|
dest='youtube_include_dash_manifest', default=False,
|
||||||
help='Try to download the DASH manifest on YouTube videos (experimental)')
|
help='Try to download the DASH manifest on YouTube videos (experimental)')
|
||||||
|
|||||||
Reference in New Issue
Block a user