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:
shell
tar -xf <downloaded_archive> yadio && sudo mv yadio /usr/local/bin
If you're a Rust programmer, yadio can be installed with cargo.
shell
cargo install yadio
yadio is written in Rust, so you'll need to grab a Rust installation in order to compile it.
shell
git clone https://github.com/ckaznable/yadio
cd yadio
cargo build --release
```text
Usage: yadio
Arguments:
Options: --chatroom enable chatroom output -h, --help Print help -V, --version Print version ```