Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
xydeown opened this issue Dec 26, 2015 · 4 comments
Open

Comments

@xydeown
Copy link

xydeown commented Dec 26, 2015

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
Copy link

geri777 commented Feb 3, 2016

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

@kehleyr
Copy link

kehleyr commented Feb 16, 2017

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
Copy link

On which line?

@mrbesen
Copy link

mrbesen commented Jun 24, 2017

i guess line 509 up to 513

mrbesen added a commit to mrbesen/php-yt_downloader that referenced this issue Jun 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants