Download playlist items in reverse order
authorMark Schreiber <mark7@alumni.cmu.edu>
Fri, 11 Jul 2014 03:11:11 +0000 (20:11 -0700)
committerPhilipp Hagemeister <phihag@phihag.de>
Fri, 12 Dec 2014 15:56:29 +0000 (16:56 +0100)
commitff815fe65aab83db7e11251db5eafc76504adf05
treeeea4f92a060d3efb0b370a0f364d39799e1f4f1a
parentda3a2d8137fa89051b011d90875827504a9a9373
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
README.md
youtube_dl/YoutubeDL.py
youtube_dl/__init__.py
youtube_dl/options.py