« get me outta code hell

Better recursive crawler - 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 20:09:03 +0000
committerliam4 <towerofnix@gmail.com>2017-05-30 20:09:03 +0000
commit9ab94d9a4ba2896a58db7a2f965808b3bb6ab262 (patch)
tree73a4602cd3322458d495ed4898ae5fd4082cf414 /play.js
parente8fa654bcb8a1b191e1c1ce5853c9f0cb529c11d (diff)
Better recursive crawler
Diffstat (limited to 'play.js')
-rw-r--r--play.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/play.js b/play.js
index f7604f8..8032378 100644
--- a/play.js
+++ b/play.js
@@ -40,6 +40,7 @@
 //       itely true; 'Saucey Sounds'[0] === 'S', and 'Unofficial'[0]
 //       === 'U', which are the two "files" it crashes on while playing
 //       -g 'Jake Chudnow'.)
+//       (Done?)
 //
 // TODO: A way to exclude a specific group path.
 //       (Done!)
@@ -58,6 +59,7 @@
 //       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.
+//       (Done!)
 //
 // TODO: Play-in-order track picker.
 //       (Done!)