Python Script to Download Skillshare Unlimited Premium Courses

Read it first FAQ

Kindly read this..

What Is The Best Thing To Do Before Creating A Topic

The best part and recommended part to read The Beginners Guide, after considering the Instruction, use Advanced Search Engine to Search a topic for what solution you’re looking for, use all proper wording to search properly, and if you’re going to post something helpful, Do search with different words + actual title and make sure the topic does not exist even with the different title.

1 Like

CHROME extension TO download any SKILLSHARE classes FOR free! EASY way!
Sorry Chief @Aina , to Disturb you again.. Anyways Thanks.!!

2 Likes
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'

I am getting this error .
What can i do :frowning:

I am getting below mentioned error. someone can guide us please.

Course: https://www.skillshare.com/classes/The-Ultimate-Guide-to-Personal-Cyber-Security-2020/289966766

Traceback (most recent call last):
File “dl.py”, line 21, in
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’

Hey there, thanks for sharing the script.
I have some problem in CMD.
Here’s a message
###########################################################################
##########################skillshare Downloader###########################
###########################################################################
Traceback (most recent call last):
File “dl.py”, line 21, in
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’

In google search I found a solution. But, I tried to recompile the PYC file and throwing error. Are there any python programmers who can fix and reupload it?

Refer for solution:
https://github.com/kallqvist/skillshare-downloader/issues/23

sir , i’ve installed both python slugify and requests and i got python 3.8 and still has this problem … any help?

1 Like

I also got same error

Looks like this broken

python dl.py “https://www.skillshare.com/classes/Fundamentals-of-DSLR-Photography/1111783378?via=logged-in-home-row-best-this-month

this says

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’

Hi everyone!
Can somebody please help me with downloading the SkillShare course?
I am getting this error:

C:\Users\viren\Downloads\Compressed\Skillshare Downloader\Skillshare Downloader>python dl.py https://www.skillshare.com/classes/Character-Animation-Creating-Authentic-Facial-Expressions-in-Adobe-After-Effects/678578570
###########################################################################
##########################skillshare Downloader###########################
###########################################################################
Traceback (most recent call last):
File “dl.py”, line 21, in
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’

Please help me with this error.
Thanks!

wow…this is really amazing…im gonna try it for sure :victory_hand::victory_hand:

same here..

I tried the example in the ReadMe file but it got an error. Pls help me.

1 Like

Try download this version https://drive.google.com/open?id=1lIm5numbSRd6ghisYhFYREQ_B5jY9VUH , follow the instruction in the ReadMe.txt

https://drive.google.com/open?id=1lIm5numbSRd6ghisYhFYREQ_B5jY9VUH Try download this version and try see if it will work for you

I’ve download this version also and always i’ve this error :

E:\Download\Skillshare\Skillshare Downloader 1>python dl.py https://www.skillshare.com/classes/Spring-Boot-REST-Tutorial/693567500
Traceback (most recent call last):
File “dl.py”, line 2, in
from skillshare import Skillshare
ImportError: bad magic number in ‘skillshare’: b’B\r\r\n’

Python version : 3.8.3

search lynda course downloader!!
there are some very cool solutions in here

i need your help. how to run this code. my email: [email protected]

Use " Run as Administrator "

The magic error is due to conflict of different python interpreters version. The compiled file (.pyc) needs to run with the same python version as compiled. In this case, Install the Python 3.7.4 and then perform the process. If you want you may make env with python 3.7.4 {Google it}.