Getting Started
Installation
Install The Dracula on your system in a few steps.
1
Install via PyPI
The recommended way to install The Dracula globally:
Install
pip install dracula-dl2
Install from Source
For local development or running from source:
Git Clone
git clone https://github.com/AJAYMYTH/dracula-dl.git
cd dracula-dl
pip install -r requirements.txt3
Install FFmpeg
FFmpeg is required for audio extraction and video merging.
Windows
winget install --id=Gyan.FFmpeg -e4
Verify Installation
After installation, verify everything works:
Verify
# Check The Dracula
dracula --help
# Check FFmpeg
ffmpeg -versionRequirements
- Python 3.10+
- yt-dlp (auto-installed)
- colorama (auto-installed)
- FFmpeg (for audio extraction and video merging)