Version
6.5.4
Platform
.NET 8 / Windows 11
Steps to reproduce
var client = new YoutubeClient();
VideoId id = new("https://www.youtube.com/watch?v=UFdO3wodIJk");
try { await client.Videos.GetAsync(id); }
catch (Exception ex) { Console.WriteLine(ex); } // VideoUnavailableException
try { var cc = await client.Videos.ClosedCaptions.GetManifestAsync(id); }
catch (Exception ex) { Console.WriteLine(ex); } // VideoUnavailableException
try { var streams = await client.Videos.Streams.GetManifestAsync(id); }
catch (Exception ex) { Console.WriteLine(ex); } // YouTubeExplodeException "Failed to extract the cipher manifest."
Details
Thanks for building and maintaining this great library!
While the library works great for most videos I try it with, this particular one fails reliably for me even though on the front-end I don't see anything special about it.
Checklist
Version
6.5.4
Platform
.NET 8 / Windows 11
Steps to reproduce
Details
Thanks for building and maintaining this great library!
While the library works great for most videos I try it with, this particular one fails reliably for me even though on the front-end I don't see anything special about it.
Checklist