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

1 channel has 22,000 videos in total. #35

Open
pritamsay opened this issue Aug 28, 2023 · 4 comments
Open

1 channel has 22,000 videos in total. #35

pritamsay opened this issue Aug 28, 2023 · 4 comments

Comments

@pritamsay
Copy link

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?

@Beheadedstraw
Copy link
Contributor

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.

@pritamsay
Copy link
Author

pritamsay commented Sep 11, 2023 via email

@Beheadedstraw
Copy link
Contributor

Beheadedstraw commented Sep 11, 2023 via email

@dermasmid
Copy link
Owner

If you list newest and then oldest you should be able to fetch twice as much vids

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