skillshare_dl


Nameskillshare_dl JSON
Version 0.0.3 PyPI version JSON
download
home_pageNone
SummaryA cli tool for downloading Skillshare lesson videos
upload_time2023-06-26 01:54:53
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseMIT
keywords python skillshare
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # skillshare-dl

A cli tool for downloading Skillshare lesson videos.

## Install

Install with [pipx](https://pypa.github.io/pipx/).

```bash
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.

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

For example,
[here is the homepage](https://www.skillshare.com/en/classes/Motion-Graphics-with-Kurzgesagt-%E2%80%93-Part-1/631970755/projects?via=Selected-SearchSuggestion)
for Kurzgesagt's Motion Graphics course.

3. 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".

4. Download the lesson videos.

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

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

A complete example of this can look like:

```bash
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.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "skillshare_dl",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "python,skillshare",
    "author": null,
    "author_email": "Wayde Gilliam <waydegilliam@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/dc/4c/c902ff47a02e8446d97d7b74cbc2512f1f09a6221664f7369e45cd48fdb5/skillshare_dl-0.0.3.tar.gz",
    "platform": null,
    "description": "# skillshare-dl\n\nA cli tool for downloading Skillshare lesson videos.\n\n## Install\n\nInstall with [pipx](https://pypa.github.io/pipx/).\n\n```bash\npipx install skillshare-dl\n```\n\n## Usage\n\n1. Log into your Skillshare account.\n\nYou'll need an active Skillshare account to download lesson videos. As of June 2023,\nSkillshare offers a 1-month free trial to new users.\n\n2. Go to the course homepage that you want to download lesson videos for.\n\nFor example,\n[here is the homepage](https://www.skillshare.com/en/classes/Motion-Graphics-with-Kurzgesagt-%E2%80%93-Part-1/631970755/projects?via=Selected-SearchSuggestion)\nfor Kurzgesagt's Motion Graphics course.\n\n3. Get your access token.\n\nOpen your browser's Developer Tools and navigate to the browser storage tab. Find where\ncookies for \"https://www.skillshare.com\" are stored and find the cookie \"access_token\".\n\n4. Download the lesson videos.\n\nUse the url of the course homepage and your access token with the `skillshare-dl` CLI\ntool.\n\n```bash\nskillshare-dl \\\n  \"[your-course-url]\" \\\n  \"[your-access-token]\"\n```\n\nA complete example of this can look like:\n\n```bash\nskillshare-dl \\\n  \"https://www.skillshare.com/en/classes/Motion-Graphics-with-Kurzgesagt-%E2%80%93-Part-1/631970755/projects?via=Selected-SearchSuggestion\" \\\n  \"eyJhbGciOi98y1yCho98y112Cl8Ga21dac3usImtpZCI6IldC...\"\n```\n\nIf you're getting 401 errors, refresh the page and use the new access token that was\ngenerated.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A cli tool for downloading Skillshare lesson videos",
    "version": "0.0.3",
    "project_urls": {
        "Homepage": "https://github.com/waydegg/skillshare-dl",
        "Source": "https://github.com/waydegg/skillshare-dl"
    },
    "split_keywords": [
        "python",
        "skillshare"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6af439d70e0b34b3db1373b993308addcec2e0dc47db9c0780b98372e071aff0",
                "md5": "bef93014603149c5391660a971783ad1",
                "sha256": "0858f7f104db5628e49187315618916a874392cb86ab129f80b24c041508c10d"
            },
            "downloads": -1,
            "filename": "skillshare_dl-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bef93014603149c5391660a971783ad1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 5200,
            "upload_time": "2023-06-26T01:54:51",
            "upload_time_iso_8601": "2023-06-26T01:54:51.875721Z",
            "url": "https://files.pythonhosted.org/packages/6a/f4/39d70e0b34b3db1373b993308addcec2e0dc47db9c0780b98372e071aff0/skillshare_dl-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dc4cc902ff47a02e8446d97d7b74cbc2512f1f09a6221664f7369e45cd48fdb5",
                "md5": "94801b0ea3db9bb2ee963dff7d806fae",
                "sha256": "820fdfeec72d327eab97982a0612756211d9815b794233cac70f25903f246820"
            },
            "downloads": -1,
            "filename": "skillshare_dl-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "94801b0ea3db9bb2ee963dff7d806fae",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 4139,
            "upload_time": "2023-06-26T01:54:53",
            "upload_time_iso_8601": "2023-06-26T01:54:53.137287Z",
            "url": "https://files.pythonhosted.org/packages/dc/4c/c902ff47a02e8446d97d7b74cbc2512f1f09a6221664f7369e45cd48fdb5/skillshare_dl-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-26 01:54:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "waydegg",
    "github_project": "skillshare-dl",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "skillshare_dl"
}
        
Elapsed time: 1.01624s