forked from mypan/linkedin_learning_courses_downloader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.py
21 lines (19 loc) · 766 Bytes
/
config.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/python
USERNAME = ''
PASSWORD = ''
COURSES = [
'it-security-foundations-core-concepts',
'charlene-li-on-digital-leadership',
# 'fred-kofman-on-managing-conflict',
# 'reid-hoffman-and-chris-yeh-on-creating-an-alliance-with-employees',
# 'bill-george-on-self-awareness-authenticity-and-leadership',
# 'sallie-krawcheck-on-risk-taking',
# 'betsy-corcoran-on-choosing-the-right-technology-for-your-school',
# 'betty-liu-on-career-success',
# 'j-t-o-donnell-on-making-recruiters-come-to-you',
# 'gary-hamel-on-busting-bureaucracy',
# 'shane-snow-on-storytelling',
# 'john-maeda-on-design-business-and-inclusion',
# 'esther-dyson-on-cultivating-health-at-scale',
# 'influencer-interview-oprah-winfrey'
]