Download playlist items in reverse order
[youtube-dl] / youtube_dl / options.py
index 041ca83d88612c2aa9f56b8fce1b9349b2d96ab8..7654d1a4ecbb4d357424fcdea68bbcaa51e80a9c 100644 (file)
@@ -349,6 +349,10 @@ def parseOpts(overrideArguments=None):
         '--test',
         action='store_true', dest='test', default=False,
         help=optparse.SUPPRESS_HELP)
+    downloader.add_option(
+        '--playlist-reverse',
+        action='store_true',
+        help='Download playlist videos in reverse order')
 
     workarounds = optparse.OptionGroup(parser, 'Workarounds')
     workarounds.add_option(