eyecatchup/php-yt_downloader

Undefined Variable: 'videos'

Adzter opened this issue · 1 comments

I've got ffmpeg, curl, etc, installed however when I go to use the example scripts I get the issue of:

'Notice: Undefined variable: videos in /var/www/yt/examples/youtube-dl.class.php on line 534 Grabbing original file location(s) failed.'

Any help would be appreciated

Instead of using PHP i've found it's easier to use the Python script Youtube-DL, if anyone else is experiencing issues with this like I did, I found it 100% easier to just use Python instead. PHP Youtube Downloaders seem to be very hit and miss.