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

Does signature issue still exists? #368

Closed BashisthaSudeep closed 5 years ago

BashisthaSudeep commented 5 years ago

I tried downloading the project and running it on my local serve. I am able to convert and download the normal videos, but its throwing me a 403 error on copyrighted videos.

BelleNottelling commented 5 years ago

Did you enable the signature decider? It's in the config

BashisthaSudeep commented 5 years ago

Yes..! I made it to work. Thanks for the quick help.

By the way is there any way to intregrate this project with laravel? Any documentation or some simple instructions will help.

BelleNottelling commented 5 years ago

Sorry, I personally don't know what laravel is nor how to work with it, so I can't help you.