Added --flat-videos
This commit is contained in:
parent
7b1787f709
commit
41e9d790a4
@ -185,6 +185,10 @@ def parseOpts(overrideArguments=None):
|
|||||||
action='store_const', dest='extract_flat', const='in_playlist',
|
action='store_const', dest='extract_flat', const='in_playlist',
|
||||||
default=False,
|
default=False,
|
||||||
help='Do not extract the videos of a playlist, only list them.')
|
help='Do not extract the videos of a playlist, only list them.')
|
||||||
|
general.add_option(
|
||||||
|
'--flat-videos',
|
||||||
|
action='store_true', dest='extract_flat', default=False,
|
||||||
|
help='Do not resolve the video urls.')
|
||||||
general.add_option(
|
general.add_option(
|
||||||
'--mark-watched',
|
'--mark-watched',
|
||||||
action='store_true', dest='mark_watched', default=False,
|
action='store_true', dest='mark_watched', default=False,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user