Download every skillshare class you want. (thanks to HeckerNoHecking's api)
- Download all your skillshare courses for free
- Multiple Links now supported !
- Auto file-folder creation
- Simple error handling : will pass if one link is invalid in the list
- File Names are encoded so you can download the videos without any errors
- Easy to use
- No manual clicks needed.
First install python 3+, then run this command before running the "main.py" script :
python -m pip install -r requirements.txt
python main.py
Basically, HeckerNoHecking's allows us to get the JSON data with the titles and url of any skillshare courses. So this tool automates the download of each file, so you can watch all your courses for free !
-
More "flexibility" over the link
-
Multi-threaded downloads (faster with a better internet)
-
Code cleanup and maybe OOP but idk why, it's just for fun i guess.
-
@HeckerNoHecking for his API
-
@59n for his contribution on the main code (auto Folder creation in path)