This is alive ? i have error Grabbing original file location(s) failed.
Opened this issue · 4 comments
xydeown commented
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
Same for me - maybe YT has in the meantime...
kehleyr commented
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
On which line?
mrbesen commented
i guess line 509 up to 513