-
Notifications
You must be signed in to change notification settings - Fork 52
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
1 channel has 22,000 videos in total. #35
Comments
This uses the v1 API that limits how many pulls you can do per result set (50 max per page). There's no theoretical limit besides when Youtube decides to block access for DDoS'ing. So 22,000 / 50 = 440 seconds minimum to pull all the videos using v1 API. You can pull more with v3 API but there's API limits there as well and you need a API key to do anything with it. |
Thank you for your reply. But there should be a way, I'll definitely figure
it out. Thank you!
…On Mon, Sep 11, 2023 at 9:49 AM Beheadedstraw ***@***.***> wrote:
This uses the v1 API that limits how many pulls you can do per result set
(50 max per page). There's no theoretical limit besides when Youtube
decides to block access for DDoS'ing.
So 22,000 / 50 = 440 seconds minimum to pull all the videos using v1 API.
You can pull more with v3 API but there's API limits there as well and you
need a API key to do anything with it.
—
Reply to this email directly, view it on GitHub
<#35 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALNTRILRUOSS4PYL6ZDTLHDXZ2GMHANCNFSM6AAAAAA4A2RIEQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I mean, I just told you how. You use v3 API with an API key. There's limits
on it as well but not as restrictive as v1.
Limits are in place to maintain platform stability on their end. Can you
imagine a few thousand people suddenly trying to pull 20,000+ records over
REST? There's no platform that will allow you to do that.
…On Mon, Sep 11, 2023, 8:40 AM pritamsay ***@***.***> wrote:
Thank you for your reply. But there should be a way, I'll definitely
figure
it out. Thank you!
On Mon, Sep 11, 2023 at 9:49 AM Beheadedstraw ***@***.***>
wrote:
> This uses the v1 API that limits how many pulls you can do per result
set
> (50 max per page). There's no theoretical limit besides when Youtube
> decides to block access for DDoS'ing.
>
> So 22,000 / 50 = 440 seconds minimum to pull all the videos using v1
API.
>
> You can pull more with v3 API but there's API limits there as well and
you
> need a API key to do anything with it.
>
> —
> Reply to this email directly, view it on GitHub
> <
#35 (comment)>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/ALNTRILRUOSS4PYL6ZDTLHDXZ2GMHANCNFSM6AAAAAA4A2RIEQ>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
—
Reply to this email directly, view it on GitHub
<#35 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABNNBZ3GIWCMJPCRHZBC3G3XZ4IDXANCNFSM6AAAAAA4A2RIEQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
If you list newest and then oldest you should be able to fetch twice as much vids |
What is the limit of scraptube?
I am using it to get all video links at once from YouTube channels. Channels that have a lot of videos. Because humanly it is not possible, we need software to do so. But scraptube can't recognize it.
I just want to know why. Is it possible to get 22,000 video links at once or not?
The text was updated successfully, but these errors were encountered: