soraxas / echo360

Commandline tool for automated downloads of echo360 videos hosted by university
https://cs.tinyiu.com/echo360
MIT License
261 stars 51 forks source link

Some Error in downloader.py #83

Open AdamVld603 opened 5 months ago

AdamVld603 commented 5 months ago

I'm getting the following error:

Traceback (most recent call last):
  File "echo360.py", line 3, in <module>
    from echo360.main import main
  File "/home/darkstar/Soft/echo360_soraxas/_A/2_Newest__withRegularPulls/_a/echo360/echo360/main.py", line 21, in <module>
    from .downloader import EchoDownloader
  File "/home/darkstar/Soft/echo360_soraxas/_A/2_Newest__withRegularPulls/_a/echo360/echo360/downloader.py", line 44
    service = Service(**kwargs, log_file=log_path)
                              ^
SyntaxError: invalid syntax

Any ideas?

soraxas commented 5 months ago

What's your python version?