mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-10-03 23:43:21 -04:00
[documentation] Remove --flat-videos
It does not work as documented It was an experimental option that I forgot to remove when making the fork public :ci skip all
This commit is contained in:
@@ -201,7 +201,9 @@ def parseOpts(overrideArguments=None):
|
||||
general.add_option(
|
||||
'--flat-videos',
|
||||
action='store_true', dest='extract_flat',
|
||||
help='Do not resolve the video urls')
|
||||
# help='Do not resolve the video urls')
|
||||
# doesn't work
|
||||
help=optparse.SUPPRESS_HELP)
|
||||
general.add_option(
|
||||
'--no-flat-playlist',
|
||||
action='store_false', dest='extract_flat',
|
||||
|
Reference in New Issue
Block a user