Skip to content

Downloader support

Wajahat Murtaza edited this page Jul 1, 2026 · 1 revision

Install youtube-dl and ffmpeg to enable the Downloader:

Linux

Debian, Ubuntu and derivatives

sudo apt install youtube-dl ffmpeg

Fedora and derivatives

sudo dnf install youtube-dl ffmpeg

OpenSUSE and derivatives

sudo zypper install youtube-dl ffmpeg

Arch Linux and derivatives

sudo pacman -S youtube-dl ffmpeg

Windows

Via our installer

When you installed Audiopad via our installer, they are both automatically installed into the program folder.

Via Chocolatey

choco install youtube-dl ffmpeg

Clone this wiki locally