revert back to youtube-dl

This commit is contained in:
Max Bradbury 2021-02-22 17:27:58 +00:00
parent f851cdbc30
commit b34439cc9a
1 changed files with 4 additions and 4 deletions

View File

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