KBlixt / Movie-Extra-Downloader

Download movie extras from Youtube.
MIT License
25 stars 6 forks source link

-bash: syntax error near unexpected token `(' #7

Closed sasagr closed 4 years ago

sasagr commented 4 years ago

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 `('

sasagr commented 4 years ago

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

sasagr commented 4 years ago

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?

KBlixt commented 4 years ago

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.