KBlixt/Movie-Extra-Downloader

-bash: syntax error near unexpected token `('

Closed this issue · 3 comments

Hi, I have no idea why I m getting this

pi@raspberrypi:~/Movie-Extra-Downloader $ python3 Movie-Extra-Downloader.py -d /mnt/GD/Movies/A Rainy Day in New York (2019)
-bash: syntax error near unexpected token `('

I m not sure what I did but now it is working.. maybe because the year is 2020 and not 2019

sorry but I have to reopen the issue. This is happening with -d argument. With -l argument I have on issue. I m running the code on a raspberry with debian.
Maybe there is some incompatibility?

If you run it against a specific movie (the -d mode) you'll need to pass the directory without spaces. Either escape them with foreslash or put quotes around the entire argument. That should solve the issue.