downie


Namedownie JSON
Version 0.2.0 PyPI version JSON
download
home_pageNone
SummaryAdvanced video and subtitle downloader
upload_time2024-10-29 11:08:23
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT License Copyright (c) 2024 Brett Yang Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords video download youtube subtitles ffmpeg
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Downie: Advanced Video and Subtitle Downloader

[![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Documentation Status](https://readthedocs.org/projects/downie/badge/?version=latest)](https://downie.readthedocs.io/en/latest/?badge=latest)

Downie is a powerful, feature-rich video and subtitle downloader with advanced processing capabilities.

## Features

- Download videos from multiple platforms (YouTube, Vimeo, etc.)
- Process videos (resize, crop, HDR to SDR conversion)
- Download and process subtitles
- Batch processing support
- Configurable settings

## Quick Start

### Installation

```bash
# Install ffmpeg first
# On macOS:
brew install ffmpeg

# On Ubuntu/Debian:
sudo apt install ffmpeg

# Install downie
pip install downie
```

### Basic Usage

```bash
# Download video
downie video download "https://youtube.com/watch?v=example"

# Download with processing
downie video download "https://youtube.com/watch?v=example" --process --resize 1080p

# Download subtitles
downie subtitle download "https://youtube.com/watch?v=example" -l en,es
```

## Documentation

Full documentation is available at [downie.readthedocs.io](https://downie.readthedocs.io/), including:

- [Installation Guide](https://downie.readthedocs.io/en/latest/guides/installation/)
- [Quick Start Guide](https://downie.readthedocs.io/en/latest/guides/quickstart/)
- [Advanced Usage](https://downie.readthedocs.io/en/latest/guides/advanced-usage/)
- [API Reference](https://downie.readthedocs.io/en/latest/api/)
- [Contributing Guide](https://downie.readthedocs.io/en/latest/contributing/)

## Contributing

Contributions are welcome! Please read our [Contributing Guide](CONTRIBUTING.md) for details on how to submit pull requests, report issues, and contribute to the project.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

## Acknowledgments

- [yt-dlp](https://github.com/yt-dlp/yt-dlp) for the core downloading functionality
- [FFmpeg](https://ffmpeg.org/) for video processing capabilities

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "downie",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "video, download, youtube, subtitles, ffmpeg",
    "author": null,
    "author_email": "Brett Yang <hello@brettyang.au>",
    "download_url": "https://files.pythonhosted.org/packages/c2/10/e66aca85e1e56f4234932709d66a19a40d546977fa84e7ac1f971f2a891a/downie-0.2.0.tar.gz",
    "platform": null,
    "description": "# Downie: Advanced Video and Subtitle Downloader\n\n[![Python 3.8+](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Documentation Status](https://readthedocs.org/projects/downie/badge/?version=latest)](https://downie.readthedocs.io/en/latest/?badge=latest)\n\nDownie is a powerful, feature-rich video and subtitle downloader with advanced processing capabilities.\n\n## Features\n\n- Download videos from multiple platforms (YouTube, Vimeo, etc.)\n- Process videos (resize, crop, HDR to SDR conversion)\n- Download and process subtitles\n- Batch processing support\n- Configurable settings\n\n## Quick Start\n\n### Installation\n\n```bash\n# Install ffmpeg first\n# On macOS:\nbrew install ffmpeg\n\n# On Ubuntu/Debian:\nsudo apt install ffmpeg\n\n# Install downie\npip install downie\n```\n\n### Basic Usage\n\n```bash\n# Download video\ndownie video download \"https://youtube.com/watch?v=example\"\n\n# Download with processing\ndownie video download \"https://youtube.com/watch?v=example\" --process --resize 1080p\n\n# Download subtitles\ndownie subtitle download \"https://youtube.com/watch?v=example\" -l en,es\n```\n\n## Documentation\n\nFull documentation is available at [downie.readthedocs.io](https://downie.readthedocs.io/), including:\n\n- [Installation Guide](https://downie.readthedocs.io/en/latest/guides/installation/)\n- [Quick Start Guide](https://downie.readthedocs.io/en/latest/guides/quickstart/)\n- [Advanced Usage](https://downie.readthedocs.io/en/latest/guides/advanced-usage/)\n- [API Reference](https://downie.readthedocs.io/en/latest/api/)\n- [Contributing Guide](https://downie.readthedocs.io/en/latest/contributing/)\n\n## Contributing\n\nContributions are welcome! Please read our [Contributing Guide](CONTRIBUTING.md) for details on how to submit pull requests, report issues, and contribute to the project.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\n\n- [yt-dlp](https://github.com/yt-dlp/yt-dlp) for the core downloading functionality\n- [FFmpeg](https://ffmpeg.org/) for video processing capabilities\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2024 Brett Yang  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "Advanced video and subtitle downloader",
    "version": "0.2.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/where-is-brett/downie/issues",
        "Documentation": "https://downie.readthedocs.io/",
        "Homepage": "https://github.com/where-is-brett/downie",
        "Source Code": "https://github.com/where-is-brett/downie"
    },
    "split_keywords": [
        "video",
        " download",
        " youtube",
        " subtitles",
        " ffmpeg"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3bbf697f859213d0b72fb44256163da373382b312944c549ea6b9853aaed7576",
                "md5": "c00c149dcf2c51eafd3c7a4038486885",
                "sha256": "6effdc81998cfa4186a702571b71d67faade8f2a4d8fa48b55fa8012f229870d"
            },
            "downloads": -1,
            "filename": "downie-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c00c149dcf2c51eafd3c7a4038486885",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 25495,
            "upload_time": "2024-10-29T11:08:21",
            "upload_time_iso_8601": "2024-10-29T11:08:21.255947Z",
            "url": "https://files.pythonhosted.org/packages/3b/bf/697f859213d0b72fb44256163da373382b312944c549ea6b9853aaed7576/downie-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c210e66aca85e1e56f4234932709d66a19a40d546977fa84e7ac1f971f2a891a",
                "md5": "7c4fb927a90f5b8717a7f499970cfd8d",
                "sha256": "0472f2c4d865445c0e4b84eec20abefe357dd8b7424de50c46eb94a90764f747"
            },
            "downloads": -1,
            "filename": "downie-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7c4fb927a90f5b8717a7f499970cfd8d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 51466,
            "upload_time": "2024-10-29T11:08:23",
            "upload_time_iso_8601": "2024-10-29T11:08:23.412542Z",
            "url": "https://files.pythonhosted.org/packages/c2/10/e66aca85e1e56f4234932709d66a19a40d546977fa84e7ac1f971f2a891a/downie-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-29 11:08:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "where-is-brett",
    "github_project": "downie",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "downie"
}
        
Elapsed time: 0.45380s