Downie is a powerful, feature-rich video and subtitle downloader with advanced processing capabilities.
- 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
# Install ffmpeg first
# On macOS:
brew install ffmpeg
# On Ubuntu/Debian:
sudo apt install ffmpeg
# Install downie
pip install downie# 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,esFull documentation is available at downie.readthedocs.io, including:
Contributions are welcome! Please read our Contributing Guide for details on how to submit pull requests, report issues, and contribute to the project.
This project is licensed under the MIT License - see the LICENSE file for details.