Added --flat-videos

This commit is contained in:
pukkandan 2020-09-22 00:30:00 +05:30
parent 7b1787f709
commit 41e9d790a4

View File

@ -185,6 +185,10 @@ def parseOpts(overrideArguments=None):
action='store_const', dest='extract_flat', const='in_playlist',
default=False,
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(
'--mark-watched',
action='store_true', dest='mark_watched', default=False,