eyecatchup/php-yt_downloader

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

Opened this issue · 4 comments

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?

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

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; }

On which line?

i guess line 509 up to 513