Tyrrrz / YoutubeExplode

Abstraction layer over YouTube's internal API
MIT License
2.95k stars 493 forks source link

Can't download videos that have suicide content warning #803

Closed Tyrrrz closed 3 months ago

Tyrrrz commented 3 months ago

Version

v6.4.0

Platform

.NET 8 / Windows 11

Steps to reproduce

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

Details

Expected: no exception Actual: exception

Checklist

Tyrrrz commented 3 months ago

Originally reported at https://github.com/Tyrrrz/YoutubeDownloader/issues/476

Tyrrrz commented 3 months ago

Just realized this is a duplicate of #795