youtube-dl/youtube_dl
Mark Schreiber ff815fe65a 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
2014-12-12 16:56:29 +01:00
..
downloader [ffmpeg] Improve version check and call it from hls (Fixes #4377) 2014-12-06 12:14:26 +01:00
extractor [giantbomb] Add extractor (Closes #4432) 2014-12-12 21:23:42 +06:00
postprocessor Fix PEP8 issue E713 2014-12-09 23:11:26 +01:00
__init__.py Download playlist items in reverse order 2014-12-12 16:56:29 +01:00
__main__.py [test_unicode_literals] Arm unicode_literals check 2014-11-26 20:01:22 +01:00
aes.py [test_unicode_literals] Arm unicode_literals check 2014-11-26 20:01:22 +01:00
cache.py [cache] Fix writing to paths with unicode characters 2014-11-19 00:02:24 +01:00
compat.py [compat] Simplify kwarg detection code 2014-12-12 12:42:35 +01:00
jsinterp.py Update jsinterp.py 2014-11-21 17:09:22 +08:00
options.py Download playlist items in reverse order 2014-12-12 16:56:29 +01:00
swfinterp.py PEP8 applied 2014-11-23 20:41:03 +01:00
update.py Fix PEP8 issue E713 2014-12-09 23:11:26 +01:00
utils.py Merge remote-tracking branch 'grompe/patch-1' 2014-12-12 11:35:04 +01:00
version.py release 2014.12.12.3 2014-12-12 16:47:38 +01:00
YoutubeDL.py Download playlist items in reverse order 2014-12-12 16:56:29 +01:00