Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
exec not found #915
exec not found #915
Comments
|
It looks like youtube-dl is not in the PATH of your web user's account. Type You can either fix the path (by modifying the $string = 'python /PATH/GOES/HERE/youtube-dl ' . escapeshellarg($url) . ' - f 18 -o ' . escapeshellarg(template);or download youtube-dl into the local directory, and then call the local version $string = 'python ./youtube-dl ' . escapeshellarg($url) . ' - f 18 -o ' . escapeshellarg(template);By the way, you should either use I'm closing this issue now since any of the above solutions should fix it. You are however more than welcome to comment, both if it works and if it doesn't. We'll open the issue then if necessary. |
|
Thank you for your help! |
I got an error:
http://www.samba33.com/teste/teste.php
My python version is 2.6.6.
I update new version youtube-dl "youtube-dl -U"
I try this script:
Could you help me to identify the error?