#youtube #streaming #cli

app yadio

Listen youtube streaming with chat in CLI

1 unstable release

0.1.0 Jul 14, 2023

#333 in Video

MIT license

21KB
258 lines

Yadio

Listen youtube streaming with chat in CLI.

Requirement

  • yt-dlp

Installation

Install from Github Release

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

Install from crates.io

If you're a Rust programmer, yadio can be installed with cargo.

cargo install yadio

Building

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

Usage: yadio <URL>

Arguments:
  <URL>  youtube url or youtube video id

Options:
      --chatroom  enable chatroom output
  -h, --help      Print help
  -V, --version   Print version

LICENSE

MIT

Dependencies

~15–52MB
~887K SLoC