Version
6.3.13
Platform
.NET 8.0/Windows 11
Steps to reproduce
var youtube = new YoutubeClient();
var streamManifest = await youtube.Videos.Streams.GetManifestAsync($"https://www.youtube.com/watch?v=IA3WxTTPXqQ");
Details
Expected Behavior: Returns valid StreamManifest
Actual Behavior: HttpRequestException thrown
Checklist
Version
6.3.13
Platform
.NET 8.0/Windows 11
Steps to reproduce
var youtube = new YoutubeClient();
var streamManifest = await youtube.Videos.Streams.GetManifestAsync($"https://www.youtube.com/watch?v=IA3WxTTPXqQ");
Details
Expected Behavior: Returns valid StreamManifest
Actual Behavior: HttpRequestException thrown
Checklist