Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hristogochev/youtube-dl-gui
Cross-platform GUI for youtube-dl made with Iced
https://github.com/hristogochev/youtube-dl-gui
Last synced: 12 days ago
JSON representation
Cross-platform GUI for youtube-dl made with Iced
- Host: GitHub
- URL: https://github.com/hristogochev/youtube-dl-gui
- Owner: hristogochev
- License: gpl-3.0
- Created: 2023-01-18T22:18:21.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-06T12:54:06.000Z (over 1 year ago)
- Last Synced: 2024-10-31T03:35:27.066Z (about 1 month ago)
- Language: Rust
- Homepage:
- Size: 291 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-iced - yt-dl-gui - A GUI for youtube-dl. (Projects Using iced)
README
# youtube-dl-gui
Cross-platform GUI for youtube-dl made with Iced.
### Installation
Before you install this crate, make sure you have [youtube-dl](https://github.com/ytdl-org/youtube-dl)
and [FFmpeg](https://github.com/FFmpeg/FFmpeg) installed and added to PATH.
Then run the cargo installation command:```bash
$ cargo install youtube-dl-gui
```### Limitations
* Mac support is still work in progress.
* Currently only supports Mp3 and Mp4 YouTube downloads.