« get me outta code hell

Crawl links - http-music - Command-line music player + utils (not a server!)
about summary refs log tree commit diff
path: root/play.js
diff options
context:
space:
mode:
authorliam4 <towerofnix@gmail.com>2017-05-30 00:53:03 +0000
committerliam4 <towerofnix@gmail.com>2017-05-30 00:53:03 +0000
commitc96672fc6d7ad37c15a43c542c9e6d692ddfa3c6 (patch)
tree1e7e3aa97d082f2e7ad4bdb0d2aa9c6fc90bc194 /play.js
parent37caa6c403d50a22b5bab9f48da8d7fdb526ec3f (diff)
Crawl links
Diffstat (limited to 'play.js')
-rw-r--r--play.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/play.js b/play.js
index b5a85e6..6013821 100644
--- a/play.js
+++ b/play.js
@@ -47,6 +47,16 @@
 //       (Done!)
 //
 // TODO: Option to include a specific path from the source playlist.
+//       (Done!)
+//
+// TODO: Make a playlist generator that parses http://billwurtz.com
+//       instrumentals.html.
+//       (Done!)
+//
+// TODO: Make crawl-itunes.js a bit more general, more command-line
+//       friendly (i.e. don't require editing the script itself), and
+//       make it use the getHTMLLinks function defined in the new
+//       crawl-links.js script.
 
 'use strict'