omansak / libvideo

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

Failed to receive videos from GetAllVideos #236

Closed marnagy closed 2 years ago

marnagy commented 2 years ago

Hello,

Today I tried to download some video using your library and my program got stuck on await YouTube.Default.GetAllVideosAsync(url); I also tried multiple video URLs, but all got stuck on the same line.

I am using version 3.1.9 of your library called "VideoLibrary" on NuGeT.

Is there something I am forgetting or has changed? It worked flawlessly around Tuesday.

marnagy commented 2 years ago

I tried it again and it works now.