m3u8-achiver


Namem3u8-achiver JSON
Version 1.0.3 PyPI version JSON
download
home_pageNone
SummaryDownload m3u8 files as-is
upload_time2024-05-07 09:34:44
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords hls m3u8 video
VCS
bugtrack_url
requirements black build bumpver certifi charset-normalizer click colorama idna iniconfig isort lexid looseversion mypy-extensions packaging pathspec pip-tools platformdirs pluggy pyproject-hooks pytest requests toml urllib3 wheel
Travis-CI No Travis.
coveralls test coverage No coveralls.
            M3U8 Python Archiver
====================

- Homepage: [Github](https://github.com/benedictchen/m3u8-archiver-py)

Given an m3u8 URL, will download ALL variable bitrate m3u8 children and all associated
`.ts` files, any encryption keys.

This is open, MIT licensed.  Please feel free to use.

Usage:
------

```
pip3 install -r requirements.txt
python3 download.py <M3U8_URL>
```


Contributing
------------
- Publishing
  - https://packaging.python.org/en/latest/tutorials/packaging-projects/
  - https://realpython.com/pypi-publish-python-package/

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "m3u8-achiver",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "hls, m3u8, video",
    "author": null,
    "author_email": "Benedict Chen <benedict@benedictchen.com>",
    "download_url": "https://files.pythonhosted.org/packages/ca/9e/af484c6478462df1a7b8dc652d0366843ee9d6a8fa04694d2fcea0235fe3/m3u8_achiver-1.0.3.tar.gz",
    "platform": null,
    "description": "M3U8 Python Archiver\n====================\n\n- Homepage: [Github](https://github.com/benedictchen/m3u8-archiver-py)\n\nGiven an m3u8 URL, will download ALL variable bitrate m3u8 children and all associated\n`.ts` files, any encryption keys.\n\nThis is open, MIT licensed.  Please feel free to use.\n\nUsage:\n------\n\n```\npip3 install -r requirements.txt\npython3 download.py <M3U8_URL>\n```\n\n\nContributing\n------------\n- Publishing\n  - https://packaging.python.org/en/latest/tutorials/packaging-projects/\n  - https://realpython.com/pypi-publish-python-package/\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Download m3u8 files as-is",
    "version": "1.0.3",
    "project_urls": {
        "Homepage": "https://github.com/benedictchen/m3u8-downloader-py"
    },
    "split_keywords": [
        "hls",
        " m3u8",
        " video"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7d16f9fe0da2ac3341b4e973e92e27ef01fc210a678509d6e4f943efb61d3635",
                "md5": "09501f019e337809eba5bfc877120a49",
                "sha256": "74db850fe70eda0275474628f6c0461d2abf36731913cba3ef61599854db94b2"
            },
            "downloads": -1,
            "filename": "m3u8_achiver-1.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "09501f019e337809eba5bfc877120a49",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 2673,
            "upload_time": "2024-05-07T09:34:43",
            "upload_time_iso_8601": "2024-05-07T09:34:43.446222Z",
            "url": "https://files.pythonhosted.org/packages/7d/16/f9fe0da2ac3341b4e973e92e27ef01fc210a678509d6e4f943efb61d3635/m3u8_achiver-1.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ca9eaf484c6478462df1a7b8dc652d0366843ee9d6a8fa04694d2fcea0235fe3",
                "md5": "35dc108c1c96698f647456f6c975a27e",
                "sha256": "f8352b7f2c0a0e28262e710c38b609e78f5d3c844b2efc35013c98ad6851d277"
            },
            "downloads": -1,
            "filename": "m3u8_achiver-1.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "35dc108c1c96698f647456f6c975a27e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 2776,
            "upload_time": "2024-05-07T09:34:44",
            "upload_time_iso_8601": "2024-05-07T09:34:44.690224Z",
            "url": "https://files.pythonhosted.org/packages/ca/9e/af484c6478462df1a7b8dc652d0366843ee9d6a8fa04694d2fcea0235fe3/m3u8_achiver-1.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-07 09:34:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "benedictchen",
    "github_project": "m3u8-downloader-py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "black",
            "specs": [
                [
                    "==",
                    "24.4.2"
                ]
            ]
        },
        {
            "name": "build",
            "specs": [
                [
                    "==",
                    "1.2.1"
                ]
            ]
        },
        {
            "name": "bumpver",
            "specs": [
                [
                    "==",
                    "2023.1129"
                ]
            ]
        },
        {
            "name": "certifi",
            "specs": [
                [
                    "==",
                    "2024.2.2"
                ]
            ]
        },
        {
            "name": "charset-normalizer",
            "specs": [
                [
                    "==",
                    "3.3.2"
                ]
            ]
        },
        {
            "name": "click",
            "specs": [
                [
                    "==",
                    "8.1.7"
                ]
            ]
        },
        {
            "name": "colorama",
            "specs": [
                [
                    "==",
                    "0.4.6"
                ]
            ]
        },
        {
            "name": "idna",
            "specs": [
                [
                    "==",
                    "3.7"
                ]
            ]
        },
        {
            "name": "iniconfig",
            "specs": [
                [
                    "==",
                    "2.0.0"
                ]
            ]
        },
        {
            "name": "isort",
            "specs": [
                [
                    "==",
                    "5.13.2"
                ]
            ]
        },
        {
            "name": "lexid",
            "specs": [
                [
                    "==",
                    "2021.1006"
                ]
            ]
        },
        {
            "name": "looseversion",
            "specs": [
                [
                    "==",
                    "1.3.0"
                ]
            ]
        },
        {
            "name": "mypy-extensions",
            "specs": [
                [
                    "==",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "packaging",
            "specs": [
                [
                    "==",
                    "24.0"
                ]
            ]
        },
        {
            "name": "pathspec",
            "specs": [
                [
                    "==",
                    "0.12.1"
                ]
            ]
        },
        {
            "name": "pip-tools",
            "specs": [
                [
                    "==",
                    "7.4.1"
                ]
            ]
        },
        {
            "name": "platformdirs",
            "specs": [
                [
                    "==",
                    "4.2.1"
                ]
            ]
        },
        {
            "name": "pluggy",
            "specs": [
                [
                    "==",
                    "1.5.0"
                ]
            ]
        },
        {
            "name": "pyproject-hooks",
            "specs": [
                [
                    "==",
                    "1.1.0"
                ]
            ]
        },
        {
            "name": "pytest",
            "specs": [
                [
                    "==",
                    "8.2.0"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    "==",
                    "2.31.0"
                ]
            ]
        },
        {
            "name": "toml",
            "specs": [
                [
                    "==",
                    "0.10.2"
                ]
            ]
        },
        {
            "name": "urllib3",
            "specs": [
                [
                    "==",
                    "2.2.1"
                ]
            ]
        },
        {
            "name": "wheel",
            "specs": [
                [
                    "==",
                    "0.43.0"
                ]
            ]
        }
    ],
    "lcname": "m3u8-achiver"
}
        
Elapsed time: 0.26696s