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

Error in video ID: HTTP is not supported. #382

Closed Azicoly closed 5 years ago

Azicoly commented 5 years ago

This script now shows "Error in video ID: HTTP is not supported." for all videos

ghost commented 5 years ago

Same thing here

BudComSol commented 5 years ago

The fix is documented in the next post up but effectively, navigating to /src/Provider/Youtube and editing the file provider.php, by locating $video_info_url and changing http to https should solve the problem ... it did for me.

jeckman commented 5 years ago

@SnappaGuy could you make a quick pull request

developernazari commented 5 years ago

had same problem today.

solution: in src/Provider/YouTube/provider.php file, on line 136, change http to https.

jeckman commented 5 years ago

Just merged a pull request to change two instances of http to https in the YouTube Provider

Azicoly commented 5 years ago

@jeckman it doesn't work for some videos.. See this link for instance.. https://muguvideos.com/download/getvideo.php?videoid=PLHmNY2c_BE&type=Download

leemassie commented 4 years ago

Thanks for the fix. It worked for me