diff options
author | 2021-05-30 21:31:39 +0200 | |
---|---|---|
committer | 2021-05-31 09:41:38 +0200 | |
commit | 68f5cf5430c4f7e43fbfb51177eb903b121911be (patch) | |
tree | 5de8b78829f94f8809dbdc7b8703a453a164d611 /README.md | |
parent | da4c8c2fda07812e643363114c67df3ec0d3925e (diff) | |
download | yt_audio_player_api-68f5cf5430c4f7e43fbfb51177eb903b121911be.tar.gz yt_audio_player_api-68f5cf5430c4f7e43fbfb51177eb903b121911be.tar.bz2 yt_audio_player_api-68f5cf5430c4f7e43fbfb51177eb903b121911be.zip |
added related videos search
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -3,7 +3,9 @@ Command line player to listen to YT videos written in node Saves bandwidth and streams only the audio part of the videos # Requirements -Node.js and npm installed +1. Node.js and npm +2. mpv +3. youtube_dl # Before use 1. Install node packages with `npm i` |