diff options
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md index 2e8609a..4cf5271 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,10 @@ $ npm link # (You might need sudo here.) * **A sound converter:** either [`avconv`][libav] or [`ffmpeg`][ffmpeg] will work. +* **Optionally,** [`youtube-dl`][ytdl] lets you [play][apply] music from + [just about anywhere][moresites] (rather than just http://blah/foo.mp3-like + URLs!). + There's a fair chance you already have some of these installed; you can always check from your terminal using the [`type`][type] command! @@ -52,4 +56,7 @@ Check out [the man pages](man/). (Or view them with `man http-music`.) [libav]: https://www.libav.org/ [ffmpeg]: https://www.ffmpeg.org/ [type]: https://unix.stackexchange.com/a/10529/125775 + [ytdl]: http://rg3.github.io/youtube-dl/ + [moresites]: http://rg3.github.io/youtube-dl/supportedsites.html + [apply]: https://gist.github.com/towerofnix/cd7465a82c8b367eef221e61c3b6186e |