Tyrrrz / YoutubeExplode

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

Exception "Could not find key [is_listed]" #45

Closed SlowLogicBoy closed 7 years ago

SlowLogicBoy commented 7 years ago

Repo: Example Video: https://www.youtube.com/watch?v=30yWTDSrZvE Basically any unlisted video

Stacktrace: at YoutubeExplode.Internal.Extensions.Get[TKey,TValue](IDictionary`2 dic, TKey key) at async YoutubeExplode.YoutubeClient.GetVideoInfoAsync(?) ... (removed my apps stacktrace)

Tyrrrz commented 7 years ago

Good catch. I guess we didn't have any unlisted videos in tests. 🤔

Tyrrrz commented 7 years ago

This is fixed in the updated nuget package now

SlowLogicBoy commented 7 years ago

just updated, thanks.