-
Notifications
You must be signed in to change notification settings - Fork 367
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Broken] Youtube Playlist download only sees first 100 videos #172
Comments
@Evaia That seems to be related to a |
It might be related to latest hotfix for playlists :P |
Very possible, I must have poor timing in trying new things. |
We could try rewriting it to download each page in succession and stop processing when we get an empty JSON response. |
It is a sideeffect of this? #151 (comment)
|
I don't think that's the issue. If you try to fetch another page when a private playlist you need an HTTP authorization header or the JSON returned will simply let you know that you're not logged in—I've been investigating this yesterday. |
I don't think it is a result of that, I've tried changing that variable and it always behaves the same way, 100 videos then it stops. (built with 2.7 on Linux and 3.9 on Windows for testing) |
I think this might be a side effect of #93. Right after updating to latest version, this started happening |
Oh this bug is so cool actually, i will also create a feature request about similar behaviour. I have a long subscription and playlist list to download. I always have a uploaded date range limit, generally for last ~5 days. It takes so long to finish because yt-dlc checks whole links/pages one by one even they are out of range.
|
@omeringen you can and should use However that problem persists with the current "latest" ydlc release, also affects youtube subscriptions (100 vids). The main youtube-dl sees absolutely no videos for subs (starting in late summer) and still not fixed, so its worse there. |
Checklist
Verbose log
Description
My WatchLater playlist has >2000 videos in it, the playlist download function is only seeing the first 100 videos and doesn't enumerate the remaining pages.
The text was updated successfully, but these errors were encountered: