D
Deleted member 1274522
Guest
1) install python https://www.python.org/downloads/
2) open cmd prompt in the folder "Skillshare Downloader" (download it from this thread)
you must be in the forlder (use this : CD C:\Users\walid\Desktop\Skillshare Downloader)
I placed the folder on the desktop )
3) execute this command : python -m pip install -r requirements.txt
(C:\Users\walid\Desktop\Skillshare Downloader>python -m pip install -r requirements.txt)
4) to download course use this command : python dl.py [link of course]
for example : python dl.py https://www.skillshare.com/classes/Investing-101-Understanding-the-Stock-Market/1489034423
Code:
###########################################################################
###########################SkillShare Downloader###########################
###########################################################################
Traceback (most recent call last):
File "dl.py", line 21, in <module>
main()
File "dl.py", line 10, in main
dl.download_course_by_url(course_url)
File ".\skillshare.py", line 39, in download_course_by_url
File ".\skillshare.py", line 103, in download_course_by_class_id
File ".\skillshare.py", line 143, in download_video
KeyError: 'container'