Closed Tyrrrz closed 3 months ago
v6.4.0
.NET 8 / Windows 11
var manifest = await youtube.Videos.Streams.GetManifestAsync("https://www.youtube.com/watch?v=vcw5THyM7Jo");
Throws 403 error at: https://github.com/Tyrrrz/YoutubeExplode/blob/bd5e6ae89f741a68504a6a4c5fa82fde168693c6/YoutubeExplode/Videos/Streams/StreamClient.cs#L81
Expected: no exception Actual: exception
Originally reported at https://github.com/Tyrrrz/YoutubeDownloader/issues/476
Just realized this is a duplicate of #795
Version
v6.4.0
Platform
.NET 8 / Windows 11
Steps to reproduce
Throws 403 error at: https://github.com/Tyrrrz/YoutubeExplode/blob/bd5e6ae89f741a68504a6a4c5fa82fde168693c6/YoutubeExplode/Videos/Streams/StreamClient.cs#L81
Details
Expected: no exception Actual: exception
Checklist