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

" ↵Grabbing original file location(s) failed. " #23

Open
Shrekie opened this issue Jul 12, 2016 · 5 comments
Open

" ↵Grabbing original file location(s) failed. " #23

Shrekie opened this issue Jul 12, 2016 · 5 comments

Comments

@Shrekie
Copy link

Shrekie commented Jul 12, 2016

Object {readyState: 4, responseText: "
↵Grabbing original file location(s) failed. ", status: 200, statusText: "OK"}

I keep getting this error, not sure why sometimes and other times just doing the request repeatedly solves it.

@YannikB
Copy link

YannikB commented Jul 29, 2016

Same :/

@adampisula
Copy link

I have the same problem. Somebody?

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

@ArfanMirza
Copy link

here is solution, solved by maykbrito, neotropic2023 cheers!

#10

@ArfanMirza
Copy link

If you are using any framework like codeigniter then set AppPath too!

like i did
APPPATH complete directory path where whole framework reside.

const Download_Folder = APPPATH.'libraries/videos/';
After this path for videos directory is
/var/www/html/admin/application/libraries/videos/
...
here you can found your files after script end! cheers 👍

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