simple frontend for youtube-dlc
Go to file
Max Bradbury 90155796c6 set input purpose 2020-09-13 16:14:52 +01:00
src set input purpose 2020-09-13 16:14:52 +01:00
.gitignore ignore IDE dir 2020-09-11 11:03:53 +01:00
Cargo.toml bump 2020-09-11 11:23:23 +01:00
LICENSE MIT 2020-09-11 11:02:29 +01:00
README.md readme 2020-09-13 16:14:14 +01:00

README.md

youtube-dl-gtk

a simple graphical frontend for the youtube-dl media downloader.

really just an experiment in creating my first desktop program, so don't expect too much.

uses gtk-rs. released under the MIT license.

features

download from any media source that youtube-dl supports (e.g. soundcloud, mixcloud, etc.)

extract audio and convert to mp3

known problems

will hang after clicking "go!" due to youtube-dl being executed in the same thread. there is no user feedback so this basically looks like the program crashing.