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

thank you ,you helped me a lot

@asr

I tried all the steps perfectly by initially removing the txt extension on both files and then uploading it to the collab folder. I get this error:

rm: cannot remove ‘/root/.Skillshare-DL/magic.pyc’: No such file or directory
mv: cannot stat ‘magic.py’: No such file or directory

Please make sure that u ran Step 2 ( Run This Cell to Install Skillshare-DL Requirements ) before updating cookie.

I had the same issue. pls help

This issue is showing

Traceback (most recent call last):
File “/root/.Skillshare-DL/dl.py”, line 2, in
from skillshare import Skillshare, splash
ModuleNotFoundError: No module named ‘skillshare’

Same issue on my side as well

I tried step2, then moved latest files as mentioned above. Now, I am getting the below error

Traceback (most recent call last):
  File "/root/.Skillshare-DL/dl.py", line 16, in <module>
    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 75, in download_course_by_class_id
    raise Exception('Failed to read video ID from data')

Exception: Failed to read video ID from data
The below is the course which I am trying to download
1240993655

It was working perfectly a few days ago but now it is displaying some error.

Getting this error:

Traceback (most recent call last):
File “/root/.skillshare-1hack/dl.py”, line 50, in
main()
File “/root/.skillshare-1hack/dl.py”, line 11, in main
dl.download_course_by_url(course_url)
File “/root/.skillshare-1hack/skillshare.py”, line 29, in download_course_by_url
self.download_course_by_class_id(m.group(1))
File “/root/.skillshare-1hack/skillshare.py”, line 32, in download_course_by_class_id
data = self.fetch_course_data_by_class_id(class_id=class_id)
File “/root/.skillshare-1hack/skillshare.py”, line 69, in fetch_course_data_by_class_id
assert res.status_code == 200, ‘Fetch error, code == {}’.format(res.status_code)
AssertionError: Fetch error, code == 403

Any update on this trick? Waiting eagerly.