vimeo-download
vimeo-download copied to clipboard
unexpected token `newline'
Hi,
i've installed ffmpeg and requirements.txt but when I put the run the command with the master json url, I get: -bash: syntax error near unexpected token `newline'
Any ideas about how to resolve this?
-Ray
that should not happen. are you sure you downloaded the script correctly?
i think so.... just downloaded a .zip file, unzipped it and then did a cd to the folder in terminal.
I think the error you have comes from the format of the newlines in the script. Bash wants LF only, but I'm pretty sure the script contains CR+LF.