Python Script to Download Skillshare Unlimited Premium Courses

Guys hello can anyone send file
i couldn download from mega(limits)

2 Likes

thanks for the tool

1 Like

Put email addresses again, And see the magic. Don’t try.

It is highlighted at the Beginners Guide don’t share email or numbers or any personal info on the forum. Use your personal Inbox facility to go through that discussion.

@Ali_Abdul & @Daniyal_Serik This is your LAST warning!

1 Like

link not working please upload againe

3 Likes

Sorry will not happen again

2 Likes

i wish i could download the Resources/Project Files to btw thanks for this it’s 100% working.

2 Likes

Thanks bro :+1:

2 Likes

It’s Working. Amazing

2 Likes

ImportError: bad magic number in 'skillshare': b'B\r\r\n'

2 Likes

Same error for me

image

3 Likes

check python version
python --version
you need to have a version 3.7+

mine worked after updating python

2 Likes

Thank-you, it works :smiley:

1 Like

agreed…works for me…
MUST PUT “python3.7 dl.py https://www.skillshare.com/classes/UNIQUE_URL_GOES_HERE”

2 Likes

It’s worked! Thanks man <3

1 Like

Works great, thanks. Is it possible to improve it a bit to download with the subtitles somehow?

1 Like

i´m getting a syntax error. What i´m doing wrong? can anyone please help me?

1 Like

Never programmed in python ever! please i need some courses from skillshare. And i need more information how to do this. Please guys. Have downloaded the files and installed python last version. Please help.

1 Like

First ensure that you have installed python version 3.7.5 or :arrow_up:
Then install python libraries mentioned in requirements.txt (pip install -r requirements.txt)
or do it one by one.
After then use it as mentioned above in post

1 Like

Works like a charm! fantastic job man

1 Like

Traceback (most recent call last):
File “dl.py”, line 2, in
from skillshare import Skillshare
File “.\skillshare.py”, line 1, in
ModuleNotFoundError: No module named ‘requests’

any help

2 Likes