youtube-downloader
youtube-downloader copied to clipboard
This site can’t be reached
Hi, The links are broken! when I tried play the links with script this error is displayed: This site can’t be reached
Which links are broken. It's working great on my website. Can you please give everyone more details?
I think my host ip blocked by youtube! I was wondering how i can set proxy for it?
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);