A Python script to download Skillshare videos from a course by simply providing the course link.
To use this script, you need to have Python 3.x installed on your system. You can download the latest version of Python from the official website: https://www.python.org/downloads/
python skillshare_downloader.py
- Clone or download this repository to your local machine.
git clone https://github.com/KoushikNavuluri/Skill-Share.git
-
Run the script by typing python skillshare_downloader.py and pressing Enter.
-
Enter the Skillshare course URL when prompted. For example:
Enter the Skillshare class link. It should be started with https and finish with numerical figures. "https://www.skillshare.com/classes/Your-Course-Title/1234567890"
-
The script will download all the videos from the course to a new directory with the same name as the course title.(Check in the Skill-Share Folder)
-
Wait until the script has finished downloading all the videos. The progress will be displayed in the terminal.
When all videos have been downloaded, the script will display a message indicating that all videos have been downloaded.
This project is licensed under the MIT License.
This project was inspired by the need to download Skillshare videos for offline viewing.
This is for educational purpose only and I strongly suggest to use only for educational purposes.