aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMark Schreiber <mark7@alumni.cmu.edu>2014-07-10 20:11:11 -0700
committerPhilipp Hagemeister <phihag@phihag.de>2014-12-12 16:56:29 +0100
commitff815fe65aab83db7e11251db5eafc76504adf05 (patch)
treeeea4f92a060d3efb0b370a0f364d39799e1f4f1a /README.md
parentda3a2d8137fa89051b011d90875827504a9a9373 (diff)
downloadyoutube-dl-ff815fe65aab83db7e11251db5eafc76504adf05.tar.xz
Download playlist items in reverse order
Series of videos are typically uploaded to YouTube playlists in chronological order. By default, these videos are downloaded latest-to-earliest; this is great for seeing the latest videos in a series, but prevents streaming video in the order that the videos were produced. Add an option to download videos in reverse order, earliest-to-latest. Conflicts: youtube_dl/YoutubeDL.py youtube_dl/__init__.py
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index b3af18912..e41ee8985 100644
--- a/README.md
+++ b/README.md
@@ -75,6 +75,7 @@ which means you can modify it, redistribute it or use it however you like.
## Video Selection:
--playlist-start NUMBER playlist video to start at (default is 1)
--playlist-end NUMBER playlist video to end at (default is last)
+ --playlist-reverse Download playlist videos in reverse order
--match-title REGEX download only matching titles (regex or
caseless sub-string)
--reject-title REGEX skip download for matching titles (regex or