git clone https://github.com/dsymbol/yt-dlp-gui
cd yt-dlp-gui
pip install -r requirements.txt
cd app
python app.py
Preset Customization (Advanced)
Want to create your own presets or modify existing ones? You're in the right section. customization options reside in the config.toml file. If a preset fails, check the debug.log file for details.
Notes:
All files mentioned are in the yt-dlp-gui root directory.
The arguments specified will be added to the baseyt-dlp arguments.
Prefer lists over strings for complex presets.
Presets
Defined in the [presets] table. Each preset is a key‑value pair, the value can be provided as a string or list.