You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
11 years ago
..
downloader [hls] Fix the program name when reporting the file size 11 years ago
extractor Add infrastructure for paged lists 11 years ago
postprocessor FFmpegMergerPP: Print an info message with the destination before running ffmpeg 11 years ago
FileDownloader.py Move FileDownloader to its own module and create a new class for each download process 11 years ago
InfoExtractors.py Remove mentions of old InfoExtractors module 11 years ago
YoutubeDL.py Add infrastructure for paged lists 11 years ago
__init__.py Credit @sahutd for franceinter (#2152) 11 years ago
__main__.py Resolve the symlink if __main__.py is invoke as a symlink. 11 years ago
aes.py Add support for crunchyroll.com 11 years ago
update.py [update] fix error 11 years ago
utils.py Add infrastructure for paged lists 11 years ago
version.py release 2014.01.17.2 11 years ago