Tyrrrz / YoutubeExplode

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

YoutubeClient does not contain a definition for GetVideoInfoAsync #105

Closed TEDSON007 closed 6 years ago

TEDSON007 commented 6 years ago

I fell at the first hurdle with this error

`string videoId = "3u05B_mUgQU";

var client = new YoutubeClient(); var videoInfo = await client.GetVideoInfoAsync(videoId);`

Tyrrrz commented 6 years ago

You are probably using an outdated example, there is no GetVideoInfoAsync anymore.

TEDSON007 commented 6 years ago

Thanks, I found GetVideoMediaStreamInfosAsync. Sorry to waste your time.

Tyrrrz commented 6 years ago

Don't worry about it.

TEDSON007 commented 6 years ago

Are there updated examples? I cannot find any.

Tyrrrz commented 6 years ago

Check the project's readme -- https://github.com/Tyrrrz/YoutubeExplode#usage