We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
Same for me - maybe YT has in the meantime...
Sorry, something went wrong.
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
changed line like shown in eyecatchup#21
a9dc5d0
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: