X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=youtube_dl%2Foptions.py;h=349f44778e799af0c58b249939f14958036080a1;hb=75822ca7909d7f7e15694f73b05b2bf0f1fa61f3;hp=3abf621c090484139d393516bd2554b6651989fe;hpb=dadb836139f070da9364439bf3b148eec8bc0b11;p=youtube-dl.git diff --git a/youtube_dl/options.py b/youtube_dl/options.py index 3abf621c0..349f44778 100644 --- a/youtube_dl/options.py +++ b/youtube_dl/options.py @@ -470,6 +470,10 @@ def parseOpts(overrideArguments=None): '--playlist-reverse', action='store_true', help='Download playlist videos in reverse order') + downloader.add_option( + '--playlist-random', + action='store_true', + help='Download playlist videos in random order') downloader.add_option( '--xattr-set-filesize', dest='xattr_set_filesize', action='store_true',