linkedin-learning-video-downloader icon indicating copy to clipboard operation
linkedin-learning-video-downloader copied to clipboard

anyone help me solve this issue

Open Moinaansari opened this issue 2 years ago • 1 comments

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

Moinaansari avatar Jul 11 '21 12:07 Moinaansari

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

NL-TCH avatar Sep 14 '21 19:09 NL-TCH