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

too many request error #3

Open
sinan-aydogan opened this issue Mar 18, 2024 · 3 comments
Open

too many request error #3

sinan-aydogan opened this issue Mar 18, 2024 · 3 comments

Comments

@sinan-aydogan
Copy link

If the number of small-sized videos is high, Vimeo API gives the error "You have made too many requests" and stops downloading.

@muhamed-didovic
Copy link
Owner

hey @sinan-aydogan, yes they have throttling on their end (you'll get 429 exception) you can't hit them as much as you want, probably adding proxies can solve this issue

@sinan-aydogan
Copy link
Author

What if we had the option to add a delay between downloads or set a limit of downloading a maximum of 20 videos in an hour?

Example:
laradown --dowload-limit=20 --limit-type=hour

@muhamed-didovic
Copy link
Owner

I have already added a timeout or delay so you don't hit 429 but it is not exposed as parameter...

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

2 participants