mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-03-14 09:00:12 +00:00
add reverse order feature
This commit is contained in:
parent
552c435360
commit
8a9b79aba1
1 changed files with 1 additions and 1 deletions
|
@ -4171,7 +4171,7 @@ def parseOpts():
|
|||
selection.add_option('--playlist-end',
|
||||
dest='playlistend', metavar='NUMBER', help='playlist video to end at (default is last)', default=-1)
|
||||
selection.add_option('--reverse-order', action='store_true', dest='reverseorder', help='reverse download order for user pages/playlists', default=False)
|
||||
selection.add_option('--match-title', action='store_true', dest='matchtitle', metavar='REGEX', help='download only matching titles (regex or caseless sub-string)')
|
||||
selection.add_option('--match-title', dest='matchtitle', metavar='REGEX',help='download only matching titles (regex or caseless sub-string)')
|
||||
selection.add_option('--reject-title', dest='rejecttitle', metavar='REGEX',help='skip download for matching titles (regex or caseless sub-string)')
|
||||
selection.add_option('--max-downloads', metavar='NUMBER', dest='max_downloads', help='Abort after downloading NUMBER files', default=None)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue