eyecatchup / php-yt_downloader

PHP Class to download videos from YouTube.
http://eyecatchup.github.com/php-yt_downloader/
293 stars 166 forks source link

This is alive ? i have error Grabbing original file location(s) failed. #21

Open xydeown opened 8 years ago

xydeown commented 8 years ago

Grabbing original file location(s) failed..This content contain uncell...

Why i have this error ?

Any video i try i get this error,any fix?

geri777 commented 8 years ago

Same for me - maybe YT has in the meantime...

kehleyr commented 7 years ago

I use this code in youtube-dl.class.php:

if(preg_match('/url=(.*?)&.*?itag=([0-9]+)/si',$url,$um)) { $u = urldecode($um[1]); $tmp[$um[2]] = $u; } else if (preg_match('/itag=([0-9]+)&.*url=(.*)/si',$url, $um)) { $u = urldecode($um[2]); $tmp[$um[1]] = $u; }

calvinnie12 commented 7 years ago

On which line?

mrbesen commented 7 years ago

i guess line 509 up to 513