ytdlp-gui-0.1.0 is not a library.
Visit the last successful build:
ytdlp-gui-0.3.0
ytdlp-gui
a GUI for yt-dlp written in Rust
Preview

Installation
Linux
1- download yt-dlp
a- from your distribution repo
Fedora
sudo dnf install yt-dlp
b- or download the binary then move it to your bin directory and make it an executable
2- download ffmpeg from your distribution repos
Fedora
sudo dnf install ffmpeg
Ubuntu
sudo apt install ffmpeg