youtube-downloader icon indicating copy to clipboard operation
youtube-downloader copied to clipboard

This site can’t be reached

Open kihanb opened this issue 2 years ago • 3 comments

Hi, The links are broken! when I tried play the links with script this error is displayed: This site can’t be reached

kihanb avatar May 03 '22 18:05 kihanb

Which links are broken. It's working great on my website. Can you please give everyone more details?

DarrylMcoder avatar May 03 '22 19:05 DarrylMcoder

I think my host ip blocked by youtube! I was wondering how i can set proxy for it?

kihanb avatar May 07 '22 18:05 kihanb

The library has a setProxy method on the Browser class. I use it to set a proxy after catching the TooManyRequestsExeption. Use it like this: $youtube = new \YouTube\YouTubeDownloader(); $youtube->getBrowser()->setProxy($proxy);

DarrylMcoder avatar May 28 '22 13:05 DarrylMcoder