Skip to content

mquhuy/Skillshare-downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Skillshare download tool

Simple code that automatically download whole Skillshare course

Note: For private use only, please do not share or sell the videos you download.

Prequisites:

  1. Python >= 3.2
  2. geckodriver (works well with v0.24.0, older versions were not tested and are not recommended). Make sure it is in your PATH.
  3. Firefox browser
  4. Skillshare premium account

Instruction:

  1. Clone the repository
  2. With an editor, open file account.py and enter your Skillshare login email and password.
  3. Open terminal, type: python3 download.py {url-of-the-course}, press Enter/Return.
  4. Wait for some minutes for the videos to be downloaded. The program prints All done when all the videos are downloaded.

Some issues:

  1. The account and password you enter are not sent anywhere, except for to log in Skillshare site. Currently there is no other option to log in.
  2. If for some reasons, the download did not complete (lose of connection,...), the script will skip all the downloaded files the next time you run it. So if some files were incompletely downloaded, remove them before re-running the script.
  3. The videos are saved inside a subfolder, whose name is the course's name, of the repository folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages