-
Notifications
You must be signed in to change notification settings - Fork 10k
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
[Youtube] Download from playlist limited to the first 100 movies #28362
Comments
No. That "load more" thing is just CSS. There must be a deleted video or something. Have you tried adding --ignore-errors? |
Yes. Just look on parameters => "-i" and "--playlist-start 101" |
Oh sorry. Must have overlooked that. |
Problem confirmed when trying to download the "watch later" playlist. |
I am also having the 1 page 100 video issue with the youtube watch later playlist. |
Here's a nice workaround for you guys. |
The continuation pages for playlists/feeds that require auth are failing. I've been needing to report this issue since the 404 fix, but here's the TL;DR:
There is also a couple headers required when using a secondary channel account (otherwise the continuation tries to get the page under the main channels account!):
|
it would be great for this to be fixed :) |
I tried the -i and the --playlist-start 101 would return the Error 410 and would start downloading 0 videos. |
This is happening for me too, I am trying to download my liked videos, and I am using cookies (since you can't make liked videos public anymore) |
Issue is still present :( with latest build :( |
For me it downloads 1st page consisting of 121 videos. I have 5000 in them. What so special about that "Watch Later" playlist that google overcomplicates the matter and does not provide at least similar "Add all to" another playlist... Billion dollar business cannot implement simple function. Sorry for emotions. |
Post with solution in #28788 ! :) |
I must be missing something. I popped the following in there, but still see just 100 vids. I am using a download archive txt file, maybe that's the problem...? I'd really like to keep that though, since the playlist in question has thousands of vids in it... Python 3.7.9
|
So you also inserted the additional imports at the top!? (well, should throw errors otherwise) I also double-checked, that I didn't miss any other relevant changes! Otherwise you should be a bit more specific, what command and what type of URL you used. P.S.: Also those commented lines in your code below the change seem very suspicious! |
I did indeed add the imports and I grabbed the latest cookies from a logged-in session right before running the command. It is a private playlist, but does that mean I'm always stuck w/ 100 vids? The comments are just the original code, to show what I did/did not add. They're comments, so I don't think the spacing matters... Regardless, I tried taking them out with no change. Command I ran was: |
Well, it's meant to make private playlists work beyond 100 entries! You can try my modded files (use "with debug outputs") to see more of what's going on. It has all variants with and without debug output and also original files for youtube-dl version 2020.06.06. |
Ended up cut & running with yt-dlp instead. Solved by circumvention I guess. Thanks for looking and for the modded files. I'll hang onto them. |
Continued in #28788. |
Verbose log
Description
I have almost 300 movies in my playlist. Youtube only shows 100 in the list and dynamically loads the next part (next 100) as you scroll the page. Probably youtube-dl can't load more than the first 100.
Can you fix it?
P.S. [debug] Encodings: locale cp1250, fs mbcs, out cp852, pref cp1250
Why OUT is cp852? If locale is cp1250 and pref cp1250 too? I don't use any switch to change it.
The text was updated successfully, but these errors were encountered: