Crates.io | yadio |
lib.rs | yadio |
version | 0.1.0 |
source | src |
created_at | 2023-07-14 02:11:19.030691 |
updated_at | 2023-07-14 02:11:19.030691 |
description | Listen youtube streaming with chat in CLI |
homepage | |
repository | https://github.com/ckaznable/yadio |
max_upload_size | |
id | 915783 |
size | 71,013 |
Listen youtube streaming with chat in CLI.
yt-dlp
Download the last version binary depending on your configuration here: Release Page
Then you just need to enter this command in your terminal:
tar -xf <downloaded_archive> yadio && sudo mv yadio /usr/local/bin
If you're a Rust programmer, yadio can be installed with cargo.
cargo install yadio
yadio is written in Rust, so you'll need to grab a Rust installation in order to compile it.
git clone https://github.com/ckaznable/yadio
cd yadio
cargo build --release
Usage: yadio <URL>
Arguments:
<URL> youtube url or youtube video id
Options:
--chatroom enable chatroom output
-h, --help Print help
-V, --version Print version