jeckman / YouTube-Downloader

PHP script for downloading videos from youtube; also parsing youtube feed into RSS enclosures for podcatchers
GNU General Public License v2.0
895 stars 474 forks source link

Why is the script showing this error #420

Closed Amonpointh closed 4 years ago

Amonpointh commented 5 years ago

IMG_20191015_082502_237

Please how can i fix this

It show this error anytime i try to convert video

jeckman commented 5 years ago

Looks to me like curl on the server you are running it on gets no response from youtube - could be your hosting provider doesn't allow outbound request or there is no route to that host?

Can you run curl from the command line on the host you are serving the code from and see if you can get results directly?

Amonpointh commented 5 years ago

How can i do that?

jeckman commented 4 years ago

Closing based on clear error message that curl is not getting a response - nothing I can do about that