AlphaSlayer1964 / kemono-dl

A simple kemono.party downloader using python.
509 stars 83 forks source link

SyntaxError: invalid syntax #172

Open Turumarth opened 1 year ago

Turumarth commented 1 year ago

Version

Version:2022.04.27 ### Your Command

python kemono-dl.py --cookies "cookie.txt" --links https://coomer.party/onlyfans/user/nikumikyo

Description of bug

How To Reproduce

Just used the command

Error messages and tracebacks


C:\Users\user\Downloads\kemono-dl-2022.04.27>python kemono-dl.py --cookies "cookie.txt" --links https://coomer.party/onlyfans/user/nikumikyo
Traceback (most recent call last):
  File "kemono-dl.py", line 1, in <module>
    from src.main import main
  File "C:\Users\user\Downloads\kemono-dl-2022.04.27\src\main.py", line 97
    def get_creators(self, domain:str):
                                 ^
SyntaxError: invalid syntax

Additional comments