ytdlp-gui 0.2.0

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

# Preview
![image](https://user-images.githubusercontent.com/85521119/197349230-dac48be5-d855-4d06-aa7e-d3a762b9efeb.png)
![image](https://user-images.githubusercontent.com/85521119/197349217-9be1988a-e869-4f85-bc1e-0b4b79253c14.png)

# 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``