-
It would be very useful (for me, anyways) to be able to check if a video has been blocked in my country *before* I attempt to download it. I feel a simple method added to the `Video` class that would …
-
Hi Tyrrrz.
Hope you re doing fine.
I am trying to get mediastreaminfo for some videos and the Task will never return a result.
Video id : 8GKIKwAHOuc
mediaStreamInfo = ne…
-
Hey, when I try to download a restricted video in my country just like this:
["https://www.youtube.com/watch?v=iN8PKcNGcuI"](url)
I get an exception saying "YoutubeExplode.Exceptions.VideoUnavailabl…
-
Has anyone found a better way to stream file?
Here is what I came up with:
```csharp
//http://localhost:5000/Youtube/Download/bcQQwYKkj_s
[Route("Youtube")]
public class YoutubeController : Contr…
-
Try the DemoWpf and scan this video:
`https://www.youtube.com/watch?v=mbD3z6SEp10`
Ends in a null ref exception.
And there seems to be a second bug:
I found this bug when trying to download the …
-
I am getting an SSL Connection error when I make a call into `IYoutubeClient.GetVideoMediaStreamInfosAsync` via a ASP.NET Core WebApi. The version of YoutubeExplode is `4.2.2`. The Youtube video is `h…
-
Strange behavior can't figure out what's happening.
What I know is that when nuget that I reference, is dependent on other version of already loaded assembly it no longer can load types.
Only happ…
-
I am not sure but if anyone noticed difference of speed between muxed and only (video/audio) download url. I tried many videos and get only fast speed for muxed videos and very slow (100 - 200kbps) fo…
-
I fell at the first hurdle with this error
`string videoId = "3u05B_mUgQU";
var client = new YoutubeClient();
var videoInfo = await client.GetVideoInfoAsync(videoId);`
-
I asked this before as well but i wasn't clear i guess. I am thinking of reducing requests and i feel that GetVideoMediaStreamInfosAsync(id) method should be able to give either source (so we can grab…