simple frontend for youtube-dlc
Go to file
Max Bradbury 3a7cb6c6a3 bump 2020-09-13 16:16:01 +01:00
src apparently this is needed for windows support (although I have not managed to cross-compile to windows yet) 2020-09-13 16:15:40 +01:00
.gitignore ignore IDE dir 2020-09-11 11:03:53 +01:00
Cargo.toml bump 2020-09-13 16:16:01 +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.