name change; use youtube-dlc fork

This commit is contained in:
2020-11-11 12:48:47 +00:00
parent 3a7cb6c6a3
commit 09d9204ea5
3 changed files with 21 additions and 10 deletions

View File

@@ -1,6 +1,7 @@
# youtube-dl-gtk
# media-downloader
a simple graphical frontend for the `youtube-dl` media downloader.
a simple graphical frontend for the `youtube-dlc` media downloader.
`youtube-dlc` must be installed and in your PATH.
really just an experiment in creating my first desktop program, so don't expect too much.
@@ -8,11 +9,21 @@ uses `gtk-rs`. released under the MIT license.
## features
download from any media source that `youtube-dl` supports (e.g. soundcloud, mixcloud, etc.)
download from any media source that `youtube-dlc` 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.
no validation for URL bar
no user feedback
will hang after clicking "go!" due to `youtube-dlc` being executed in the same thread.
there is no user feedback so this basically looks like the program crashing.
TODO: investigate using https://crates.io/crates/gtk-future-executor
would it be possible to add progress bars for in-progress downloads somehow?
notifications for when downloads finish?