Closed TEDSON007 closed 6 years ago
You are probably using an outdated example, there is no GetVideoInfoAsync
anymore.
Thanks, I found GetVideoMediaStreamInfosAsync. Sorry to waste your time.
Don't worry about it.
Are there updated examples? I cannot find any.
Check the project's readme -- https://github.com/Tyrrrz/YoutubeExplode#usage
I fell at the first hurdle with this error
`string videoId = "3u05B_mUgQU";
var client = new YoutubeClient(); var videoInfo = await client.GetVideoInfoAsync(videoId);`