nathom / streamrip

A scriptable music downloader for Qobuz, Tidal, SoundCloud, and Deezer
GNU General Public License v3.0
2.49k stars 213 forks source link

SyntaxError: invalid syntax (using Deezer) #64

Closed VikasRana closed 3 years ago

VikasRana commented 3 years ago

Getting this.

Traceback (most recent call last): File "c:\python37\lib\runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "c:\python37\lib\runpy.py", line 85, in _run_code exec(code, run_globals) File "C:\Python37\Scripts\rip.exe\__main__.py", line 4, in <module> File "c:\python37\lib\site-packages\streamrip\cli.py", line 11, in <module> from .core import MusicDL File "c:\python37\lib\site-packages\streamrip\core.py", line 22, in <module> from .downloader import Album, Artist, Label, Playlist, Track File "c:\python37\lib\site-packages\streamrip\downloader.py", line 112 if (u := kwargs.get("cover_url")) is not None: ^ SyntaxError: invalid syntax

nathom commented 3 years ago

You need to upgrade your version of python.