blob: 46ae690a3bb7b580918fe29dc17c7240364b7576 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# YT Audio Player
Command line player to listen to YT videos written in node
Saves bandwidth and streams only the audio part of the videos
# Requirements
1. Node.js and npm
2. mpv
3. youtube_dl
# Before use
1. Install node packages with `npm i`
2. Copy `config.example` as `example` and put your YT API key inside.
3. Run it with `./yta`
|