-
**Describe the bug**
Youtube video is not playing
**To Reproduce**
This is curl of api:-
curl --location 'https://www.youtube.com/youtubei/v1/player?key=AIzaSyA8eiZmM1FaDVjRy-df2KTyQ_vz_yYM39w…
-
### Version
Newest (6.3.3)
### Platform
Windows 10
### Steps to reproduce
```
var Vid = await YT.Videos.GetAsync(Link);`
var Manifests = await YT.Videos.Streams.GetManifestAsync(Vid.Id);
```
…
-
### Version
v6.4.1
### Platform
.NET 4.7.2 / Windows Server 2016
### Steps to reproduce
Calling 'YoutubeClient.Videos.Streams.GetManifestAsync' for any video link returns HttpRequestExc…
-
### 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.you…
-
### Version
v1.13.0
### Platform
Windows 10
### Steps to reproduce
After entering the address of the YouTube video, an error message will pop up. I have tried multiple times but still c…
-
### Version
v6.4.0
### Platform
.NET 8 / Windows 11
### Steps to reproduce
```csharp
var manifest = await youtube.Videos.Streams.GetManifestAsync("https://www.youtube.com/watch?v=vcw5THyM7Jo");
…
-
### Version
v6.3.16
### Platform
.NET Framework v4.7.2 / Windows 10
### Steps to reproduce
Try to use:
```
var YTClient = new YoutubeClient ();
var channel = await YTClient.Channels.…
-
As of the past few days, the plugin no longer downloads music from YouTube when I attempt to. I go through the UI and after selecting the song on YouTube, the download bar appears for a second and the…
-
### This issue respects the following points:
- [X] This is a **bug**, not a question or a configuration issue; Please visit our forum or chat rooms first to troubleshoot with volunteers, before crea…
-
In the latest version 3.2.5, it is no longer possible to retrieve videos from YouTube using GetAllVideosAsync().
An exception called UnavailableStreamException is thrown for all videos, and the mes…