Closed saptarshi1701057 closed 4 years ago
I cloned the repo and tested it. Works just the way it should. If you have changed anything in the script, consider downloading this script again.
i also freshly cloned the repo but i am still getting same error $ python Download.py -artist -album File "Download.py", line 54 async def fetch(url, session): ^ SyntaxError: invalid syntax
brother i figured it out myself i was using python 2 instead of 3
all the three lines to download songs from an artist are throwing errors errors thrown are attached below:-
saptarshi@saptarshi:~/Saavn-Downloader$ python Download.py -artist -album File "Download.py", line 54 async def fetch(url, session): ^ SyntaxError: invalid syntax saptarshi@saptarshi:~/Saavn-Downloader$ python Download.py -artist -album -fast File "Download.py", line 54 async def fetch(url, session): ^ SyntaxError: invalid syntax saptarshi@saptarshi:~/Saavn-Downloader$ python Download.py -artist -song File "Download.py", line 54 async def fetch(url, session): ^ SyntaxError: invalid syntax