J3Patel / linkedin-learning-video-downloader

LinkedIn video learning video downloader July 2019
https://teenenggr.com/2019/07/21/linkedin-learning-video-downloader/
127 stars 60 forks source link

anyone help me solve this issue #25

Open Moinaansari opened 3 years ago

Moinaansari commented 3 years ago

Traceback (most recent call last): File "C:\Python\Linkedin\linkedin-learning-downloader-master\lld.py", line 12, in from config import USERNAME, PASSWORD, COURSES, PROXY, BASE_DOWNLOAD_PATH File "C:\Python\Linkedin\linkedin-learning-downloader-master\config.py", line 5 COURSES = [Cisco Certified CyberOps Associate Cert Prep: 1 Security Concepts] ^ SyntaxError: invalid syntax

NL-TCH commented 3 years ago

set the course between quotes like: COURSES = ['Cisco Certified CyberOps Associate Cert Prep: 1 Security Concepts']