omansak / libvideo

A lightweight .NET library to download YouTube videos.
BSD 2-Clause "Simplified" License
553 stars 163 forks source link

The given key was not present in the dictionary (youTube.GetVideo) #143

Closed RudiHansen closed 4 years ago

RudiHansen commented 4 years ago

Some videos fails with this error, when i use youTube.GetVideo this link will give me that error "https://www.youtube.com/watch?v=ADiio8fmOI0".

System.Collections.Generic.KeyNotFoundException HResult=0x80131577 Message=The given key was not present in the dictionary.

omansak commented 4 years ago

Fixed. Update 3.0.0

RudiHansen commented 4 years ago

Nice thanks, when will 3.0.0 be available on Nuget?

omansak commented 4 years ago

@RudiHansen yes i uploaded right now. Can you try and feedback me ?

RudiHansen commented 4 years ago

I updated my code and it is working now, so all seems good. Thanks again.