youtube-dl/youtube_dl
Philipp Hagemeister b7ab059084 Add infrastructure for paged lists
This commit allows to download pages in playlists as needed instead of all at once.
Before this commit,
    youtube-dl http://www.youtube.com/user/ANNnewsCH/videos --playlist-end 2 --skip-download
took quite some time - now it's almost instantaneous.
As an example, the youtube:user extractor has been converted.
Fixes #2175
2014-01-20 11:36:47 +01:00
..
downloader [hls] Fix the program name when reporting the file size 2014-01-08 16:15:20 +01:00
extractor Add infrastructure for paged lists 2014-01-20 11:36:47 +01:00
postprocessor FFmpegMergerPP: Print an info message with the destination before running ffmpeg 2014-01-17 14:31:23 +01:00
__init__.py Credit @sahutd for franceinter (#2152) 2014-01-17 03:09:34 +01:00
__main__.py Resolve the symlink if __main__.py is invoke as a symlink. 2013-04-11 08:02:17 +03:00
aes.py Add support for crunchyroll.com 2013-11-09 11:25:12 +01:00
FileDownloader.py Move FileDownloader to its own module and create a new class for each download process 2013-12-11 16:18:48 +01:00
InfoExtractors.py Remove mentions of old InfoExtractors module 2013-06-23 22:42:59 +02:00
update.py [update] fix error 2013-11-24 06:52:21 +01:00
utils.py Add infrastructure for paged lists 2014-01-20 11:36:47 +01:00
version.py release 2014.01.17.2 2014-01-17 04:22:15 +01:00
YoutubeDL.py Add infrastructure for paged lists 2014-01-20 11:36:47 +01:00