Skip to content
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

Unable to bypass WARNING: Max number of results reached #1503

Closed
SRLJustin opened this issue Sep 26, 2013 · 6 comments
Closed

Unable to bypass WARNING: Max number of results reached #1503

SRLJustin opened this issue Sep 26, 2013 · 6 comments

Comments

@SRLJustin
Copy link

When downloading a large playlist (2600+ videos) the message 'WARNING: Max number of results reached' is displayed after "Downloading page #20" and only 900 videos will be downloaded. "[youtube:playlist] playlist 'Favorite videos': Collected 900 video ids (downloading 900 of them)"

I have tried the following switches
--max-downloads 2600
--playlist-start 901

root@debian:/# youtube-dl --version
2013.09.24.2

@jaimeMF
Copy link
Collaborator

jaimeMF commented Sep 26, 2013

Could you post the link to the playlist? I need it to verify we can download all the entries, I added this warning because I read in the api docs that you can only fetch 1000 results, but it may just be for search queries.

@SRLJustin
Copy link
Author

@jaimeMF - http://www.youtube.com/playlist?list=FLVV_ggd7J_6EIvMqylsvr5w - Ah right, I didn't know if that was just a youtube-dl limit or YouTube issue. Hope there is a way around this

@jaimeMF
Copy link
Collaborator

jaimeMF commented Sep 26, 2013

We can't request more than 1000 videos from the youtube api.We would need to parse the playlist page.
But you can download all your favourites using youtube-dl :ytfav -u YOUR_USEREMAIL -p YOUR_PASSWORD, I have only tested it with less than 300 videos, but it should work.

@SRLJustin
Copy link
Author

Thanks jaimeMF! 👍

@SRLJustin
Copy link
Author

@jaimeMF - Is there a way to grab the 1001-2000 songs from the playlist? (It's not my channel)

@jaimeMF
Copy link
Collaborator

jaimeMF commented Sep 27, 2013

youtube-dl --playlist-start 1001 --playlist-end 2000 ' http://www.youtube.com/playlist?list={THE_PLAYLIST}.

I've noticed that we actually just get the playlist url when downloading the favourites, so it won't download more than 1000 videos.

@dstftw dstftw closed this as completed May 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants