Skip to main content

A cli tool for downloading Skillshare lesson videos

Project description

skillshare-dl

A cli tool for downloading Skillshare lesson videos.

Install

Install with pipx.

pipx install skillshare-dl

Usage

  1. Log into your Skillshare account.

You'll need an active Skillshare account to download lesson videos. As of June 2023, Skillshare offers a 1-month free trial to new users.

  1. Go to the course homepage that you want to download lesson videos for.

For example, here is the homepage for Kurzgesagt's Motion Graphics course.

  1. Get your access token.

Open your browser's Developer Tools and navigate to the browser storage tab. Find where cookies for "https://www.skillshare.com" are stored and find the cookie "access_token".

  1. Download the lesson videos.

Use the url of the course homepage and your access token with the skillshare-dl CLI tool.

skillshare-dl \
  "[your-course-url]" \
  "[your-access-token]"

A complete example of this can look like:

skillshare-dl \
  "https://www.skillshare.com/en/classes/Motion-Graphics-with-Kurzgesagt-%E2%80%93-Part-1/631970755/projects?via=Selected-SearchSuggestion" \
  "eyJhbGciOi98y1yCho98y112Cl8Ga21dac3usImtpZCI6IldC..."

If you're getting 401 errors, refresh the page and use the new access token that was generated.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

skillshare_dl-0.0.3.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

skillshare_dl-0.0.3-py3-none-any.whl (5.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page