Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Hi i am trying to download a youtube video, but show these:
ERROR: Unable to download webpage: HTTP Error 429: Too Many Requests (caused by HTTPError());
Using a VDS,
my Python Code:
ydl_opts = {'format': 'best',"verbose": False,"quiet": False,"forcefilename": True,'restrictfilenames':True}
with youtube_dl.YoutubeDL(ydl_opts) as ydl: ydl.download([idYtb]);
But is not working.
Please help me. thnks