r0oth3x49 / udemy-dl

A cross-platform python based utility to download courses from udemy for personal offline use.
MIT License
4.83k stars 1.19k forks source link

Error with python #550

Closed CyberBishop closed 3 years ago

CyberBishop commented 3 years ago

parrot]─[~/udemy-dl] └──╼ $python udemy-dl.py https://www.udemy.com/course/learn-complete-wordpress-for-beginners/learn/ File "udemy-dl.py", line 62 logger.info(msg=f"Downloading ({title})", new_line=True) ^ SyntaxError: invalid syntax

i get this error anytime i try to run the program

r0oth3x49 commented 3 years ago

@halveen i have removed python2 support now udemy-dl will only work with python3 so use python3 instead.

take a look at release notes.