omansak / libvideo

A lightweight .NET library to download YouTube videos.
BSD 2-Clause "Simplified" License
538 stars 163 forks source link

HttpRequestException: 'Response status code does not indicate success: 429 (Too Many Requests).' #274

Closed AliiMohammadi closed 1 year ago

AliiMohammadi commented 1 year ago

I tried the valks project (that demo console application project) but I get System.Net.Http.HttpRequestException: 'Response status code does not indicate success: 429 (Too Many Requests).' error in var video = service.GetVideo("https://youtube.com/watch?v=" + id); line. I use pvn. How can I fix it? I use the lates vertion (3.2.3).

omansak commented 1 year ago

270