revert back to youtube-dl
This commit is contained in:
parent
f851cdbc30
commit
b34439cc9a
|
@ -1,7 +1,7 @@
|
|||
# media-downloader
|
||||
|
||||
a simple graphical frontend for the `youtube-dlc` media downloader.
|
||||
`youtube-dlc` must be installed and in your PATH.
|
||||
a simple graphical frontend for the `youtube-dl` media downloader.
|
||||
`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.
|
||||
|
||||
|
@ -9,7 +9,7 @@ uses `gtk-rs`. released under the MIT license.
|
|||
|
||||
## 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
|
||||
|
||||
|
@ -19,7 +19,7 @@ no validation for URL bar
|
|||
|
||||
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.
|
||||
|
||||
TODO: investigate using https://crates.io/crates/gtk-future-executor
|
||||
|
|
Loading…
Reference in New Issue