inovachrono / Saavn-Downloader

A Complete JioSaavn/Saavn Downloader package
MIT License
126 stars 48 forks source link

cannot fetch artist albums and songs #13

Closed saptarshi1701057 closed 4 years ago

saptarshi1701057 commented 4 years ago

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

inovachrono commented 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.

saptarshi1701057 commented 4 years ago

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

saptarshi1701057 commented 4 years ago

brother i figured it out myself i was using python 2 instead of 3