« get me outta code hell

Note youtube-dl in README - http-music - Command-line music player + utils (not a server!)
about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2017-08-08 20:14:31 -0300
committerFlorrie <towerofnix@gmail.com>2017-08-08 20:14:31 -0300
commitff7a9ee0468ebff473fcee5520d07af5d14bdd6d (patch)
tree42fa5fb1d006f47fde49e9135fc6533d80a818b2 /README.md
parent2f9e77ca8ed4edc67f436a7529cf2968bc3b4437 (diff)
Note youtube-dl in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
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