Closed fema3832 closed 1 year ago
When i try to downlaod the best quality video with libvideo with a c# .net code:
IEnumerable<YouTubeVideo> videos = youtube.GetAllVideos(Url); video = videos.OrderByDescending(o => o.Resolution).ThenByDescending(o => o.Fps).First(); File.WriteAllBytes(videoPath, video.GetBytes());
I got an error: System.Net.Http.HttpRequestException: Response status code does indicate success: 503 (Service Unavaliable)
is the issue resolved I am geting 503 in youtube.GetVideo(); any Reason ? No excpetion is being thrown ? why >?
When i try to downlaod the best quality video with libvideo with a c# .net code:
I got an error: System.Net.Http.HttpRequestException: Response status code does indicate success: 503 (Service Unavaliable)