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

Closed
opened 2026-02-20 22:06:58 -05:00 by deekerman · 6 comments
Owner

Originally created by @SRLJustin on GitHub (Sep 25, 2013).

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

Originally created by @SRLJustin on GitHub (Sep 25, 2013). 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
Author
Owner

@jaimeMF commented on GitHub (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.

@jaimeMF commented on GitHub (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](https://developers.google.com/youtube/2.0/reference?hl=en#Limits_on_Retrieving_Results) that you can only fetch 1000 results, but it may just be for search queries.
Author
Owner

@SRLJustin commented on GitHub (Sep 26, 2013):

@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

@SRLJustin commented on GitHub (Sep 26, 2013): @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
Author
Owner

@jaimeMF commented on GitHub (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.

@jaimeMF commented on GitHub (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.
Author
Owner

@SRLJustin commented on GitHub (Sep 26, 2013):

Thanks jaimeMF! 👍

@SRLJustin commented on GitHub (Sep 26, 2013): Thanks jaimeMF! :+1:
Author
Owner

@SRLJustin commented on GitHub (Sep 26, 2013):

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

@SRLJustin commented on GitHub (Sep 26, 2013): @jaimeMF - Is there a way to grab the 1001-2000 songs from the playlist? (It's not my channel)
Author
Owner

@jaimeMF commented on GitHub (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.

@jaimeMF commented on GitHub (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.
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#1185
No description provided.