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.
syntax error near unexpected token `(' #9670
Comments
|
Could you try double quotes? For example:
|
|
It worked when I copy your command. I noticed that my " is different than yours, but I am using English as my input source. Thank you very much! |
I am using the latest build to download from Lynda on my Mac.
I know this is a bit silly, but I got this warning:
-bash: syntax error near unexpected token `('
I try to type the command serval times just to make sure I don't have funny '(' or ')'
This is the command I used:
-o '%(id)s-%(title)s.%(ext)s' https://www.lynda.com/some-course --username usr --password pwdI suppose the error comes from the argument -o, but I just could not find the difference with the example except that I flip id and title. Please help!