Use PagedList in YoutubeFeedsInfoExtractor #8315

Closed
opened 2026-02-21 04:19:48 -05:00 by deekerman · 2 comments
Owner

Originally created by @zamanisaja on GitHub (Jul 28, 2016).

$ youtube-dl --netrc :ytsubs --playlist-end 20 --verbose
[debug] System config: []
[debug] User config: []
[debug] Command-line args: [u'--netrc', u':ytsubs', u'--playlist-end', u'20', u'--verbose']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2016.07.26.2
[debug] Python version 2.7.6 - Linux-3.16.0-38-generic-x86_64-with-LinuxMint-17.2-rafaela
[debug] Proxy map: {}
[youtube:subscriptions] Downloading login page
[youtube:subscriptions] Logging in
[youtube:subscriptions] Youtube Subscriptions: Downloading webpage
[youtube:subscriptions] Youtube Subscriptions: Downloading page #1
[youtube:subscriptions] Youtube Subscriptions: Downloading page #2

and it just keeps going on ...
what am i doing wrong?!

Originally created by @zamanisaja on GitHub (Jul 28, 2016). **$ youtube-dl --netrc :ytsubs --playlist-end 20 --verbose** [debug] System config: [] [debug] User config: [] [debug] Command-line args: [u'--netrc', u':ytsubs', u'--playlist-end', u'20', u'--verbose'] [debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8 [debug] youtube-dl version 2016.07.26.2 [debug] Python version 2.7.6 - Linux-3.16.0-38-generic-x86_64-with-LinuxMint-17.2-rafaela [debug] Proxy map: {} [youtube:subscriptions] Downloading login page [youtube:subscriptions] Logging in [youtube:subscriptions] Youtube Subscriptions: Downloading webpage [youtube:subscriptions] Youtube Subscriptions: Downloading page #1 [youtube:subscriptions] Youtube Subscriptions: Downloading page #2 and it just keeps going on ... what am i doing wrong?!
deekerman 2026-02-21 04:19:48 -05:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@yan12125 commented on GitHub (Jul 31, 2016):

The current implementation downloads the whole playlist and then fetch the first 20 videos. It's possible and should be just download the first few pages.

@yan12125 commented on GitHub (Jul 31, 2016): The current implementation downloads the whole playlist and then fetch the first 20 videos. It's possible and should be just download the first few pages.
Author
Owner

@klaas commented on GitHub (Mar 28, 2018):

+1 for this one!

@klaas commented on GitHub (Mar 28, 2018): +1 for this one!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/youtube-dl-ytdl-org#8315
No description provided.