# ytdlp-gui
a GUI for yt-dlp written in Rust
# Preview


# Installation
## Linux
### Fedora
download the rpm package from the releases page then install it with ``sudo dnf localinstall <rpm_package_name>``
### Ubuntu
download the deb package from the releases page then install it with ``sudo apt install ./<deb_package_name>``
### other distributions
#### 1- download ``yt-dlp``
a- from your distribution repo
b- or download the [binary](https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp) then move it to your bin directory and make it an executable
#### 2- download ``ffmpeg`` or ``ffmpeg-free`` from your distribution repos
#### 3- download the ``ytdlp-gui`` binary from the [realeases page](https://github.com/BKSalman/ytdlp-gui/releases)
## Windows
##### just download the zip file from the releases page, extract it in a subfolder and start the ``ytdlp-gui.exe``