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.
Problems calling youtube-dl from shell script... #2150
Comments
|
P.S. When I try to call youtube-dl withouth the word 'python' in front, I always get "Permission Denied" even when using sudo. |
|
Have you tried giving it execution permissions? |
|
On 1/14/14 12:07 PM, Ricardo Garcia wrote:
|
|
Just did "chmod a+x /usr/local/bin/youtube-dl" in Terminal, and it worked! SORRY for bothering you all. Am making a front end that will download in all major quality levels, open videos in Quicktime (with Perian's Help) and convert to MP3 with Lame in a button click or two. Also includes a 'Update' button right in the interface. Sure love this app. Flash has been tough on us old PPC Luddites! |
|
Glad to see it works. |
rg3: First off, LOVE the program!! but I have a question. In OSX, I cannot run youtube-dl by itself (or at least cannot get Python to see it) without including the word python in the string (i.e. python /usr/local/bin/youtube-dl http://www.youtube.com/...)
Am trying to make an Applescript G.U.I. for it, but cannot get Applescript to pass the variable. It says "Python cannot open youtube-dl". Is there a '.py' version of it that can be used instead? I look at the executable and it doesn't seem to say what it is.
Many Thanks!!
Adam :0)