Answer the question
In order to leave comments, you need to log in
What curl parameters to specify so that youtube does not give an HTTP / 1.1 429 Too Many Requests Received error?
I'm trying to download the file https://www.youtube.com/get_video_info?video_id=1V... containing information about the video. On the local computer, the file is automatically downloaded. When accessing the server via php in any way, an HTTP/1.1 429 Too Many Requests Received error is returned. How to bypass it?
Answer the question
In order to leave comments, you need to log in
The answer clearly states the problem: too many requests. Apparently, YouTube has a limit on the number of requests per second / minute / hour. You exceed it. Perhaps there is someone else on the network with the same IP who is downloading a lot of files. If this is not the case, then try passing --cookies as suggested on AskUbuntu
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question