Getting Started
Installation.
Get The Dracula installed on your machine in a few simple steps.
01
Install via PyPI (Recommended)
The recommended way to install The Dracula globally across macOS, Linux, and Windows:
pip install dracula-dl02
Install from Source
For local development or building directly from repository:
git clone https://github.com/AJAYMYTH/dracula-dl.git
cd dracula-dl
pip install -r requirements.txt03
Install FFmpeg
FFmpeg is required for audio extraction (MP3/FLAC/M4A) and video stream merging.
winget install --id=Gyan.FFmpeg -e04
Verify System Setup
Run the CLI help and FFmpeg commands to verify your setup:
# Check Dracula CLI
dracula --help
# Check FFmpeg Installation
ffmpeg -versionSystem Requirements
- Python 3.10 or higher
- yt-dlp (automatically installed via dependencies)
- colorama, rich, questionary (automatically installed)
- FFmpeg binary on PATH for audio extraction and container merging