Browse Source
Add infrastructure for paged lists
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 #2175master
Philipp Hagemeister
11 years ago
4 changed files with 92 additions and 25 deletions
Split View
Diff Options
-
22test/test_utils.py
-
23youtube_dl/YoutubeDL.py
-
28youtube_dl/extractor/youtube.py
-
44youtube_dl/utils.py
Write
Preview
Loading…
Cancel
Save