I needed offline access to some skillshare courses. I don't have stable internet connection. Video download is only available in the skillshare mobile apps and can't watch on a tiny mobile screen.
This project is for educational purposes only. I am not responsible for any misuse of this piece of code.
It Download:
- Lectures
- Subtitles
- Resources
You will need a skillshare premium account to access premium content. This script will not handle login for you.
-
Log-in to Skillshare in your browser and open up the developer console. (cmd/ctrl-shift-c for chrome)
-
Use it to grab your cookie by typing:
document.cookie
- Copy-paste cookie from developer console (without " if present) into cookie.txt.
pip install -r requirements.txt
or
pip3 install -r requirements.txt
Run downloder.py
python downloader.py
or
python3 downloader.py