omansak / libvideo

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

Videos are unavailable, How use proxy? #165

Closed AbbasBHF closed 1 year ago

AbbasBHF commented 4 years ago

Hey When I call getAllVideos from localhost for some videos, I can get videos. But when I call it from a server that is in Germany, videos are unavailable. I had this problem with YoutubeExplode.

  1. Proxy can solve this problem?
  2. If 1 == true then how I can use proxy with this library?
adlucas commented 4 years ago

Yes I have the same issue. When I do : var vid = youtube.GetVideo("https://www.youtube.com/watch?v=x5uF0-7M9vk");

it throws an exception.

On may 2020 it has been working.

How can I solve?

omansak commented 4 years ago

@adlucas update nuget or build files

MartelSimon commented 3 years ago

Same Issue

HopInTheCloud commented 2 years ago

Same issue and I am on version 3.1.9

omansak commented 2 years ago

i will check that