Method to Download Any Skillshare Premium Course using Google Colab (no Skillshare account needed)

For those who’s wondering how to make this work. Open the Skillshare_DL_[KENWAY].ipynb and copy paste it’s content to their respective rows. Then save the new version. And try it. It worked for me

1 Like

After downloading the course, I wonder where the downloaded files went. The solution I came up is:


or simply replace “/content/Skillshare/” to “/content/data/”

1 Like

Hi, i don’t see any option for selection python 3

Try the link I have given and you will get to know

Or you can rename (data) folder to (Skillshare) and it will work normal.

AssertionError: Fetch error, code == 403

this error shows me

Now this code not working anymore… so sad :sleepy: :hot_face:

1 Like

It shows me this kind of error any solution for this Please…

3 Likes

The same is with me can someone solve this problem
:slightly_smiling_face:

2 Likes

it’s all about the cookie which is being implemented in that script(dl)
if it’s gets expired then the script will only download the introduction video because it’s free
Use this Version of the script it’ll work as of this moment.

KURD.

11 Likes

oh great this works for me , thanks so much

Wow, thank you so much it works perfect brooooooooooo… Thank you again

thank you bro love frome somalia

Thanks ! It works :+1:

Can someone confirm whether skillshare BIN: 441140 is dead? Can’t use bin to verify premium skillshare anymore. :confused:

Google colab still working per November 2020. Thanks!
edit: It doesn’t anymore (error: Exception: Failed to read video ID from data), so probably we need the developer to renew the cookie

1 Like

Was working like a charm until i got this error only today… :confused:

Traceback (most recent call last):
File “/root/.Skillshare-DL/dl.py”, line 16, in
main()
File “/root/.Skillshare-DL/dl.py”, line 11, in main
dl.download_course_by_url(course_url)
File “/root/.Skillshare-DL/skillshare.py”, line 32, in download_course_by_url
self.download_course_by_class_id(m.group(1))
File “/root/.Skillshare-DL/skillshare.py”, line 74, in download_course_by_class_id
raise Exception(‘Failed to read video ID from data’)
Exception: Failed to read video ID from data

2 Likes

I think again one month of free account is expired today :slightly_frowning_face:

2 Likes

Can someone help please :slight_smile:

2 Likes

even the skillshare BINS are not working anymore. :no_mouth:

3 Likes

brother it was working fore this day but today it is showing me this
it is downlaoding only the introduction

Traceback (most recent call last):
File “/root/.Skillshare-DL/dl.py”, line 16, in
main()
File “/root/.Skillshare-DL/dl.py”, line 11, in main
dl.download_course_by_url(course_url)
File “/root/.Skillshare-DL/skillshare.py”, line 32, in download_course_by_url
self.download_course_by_class_id(m.group(1))
File “/root/.Skillshare-DL/skillshare.py”, line 74, in download_course_by_class_id
raise Exception(‘Failed to read video ID from data’)
Exception: Failed to read video ID from data