« get me outta code hell

Support mpga in crawl-http - http-music - Command-line music player + utils (not a server!)
about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2018-01-05 23:20:23 -0400
committerFlorrie <towerofnix@gmail.com>2018-01-05 23:20:23 -0400
commit6f640a0b8e8e5b26a266f4680a626a629d3c7944 (patch)
tree5c90a01fcff58fe27adc68660c22aa73db4ab653
parent31692325a13be15d75d739c34ab47047ac45fde2 (diff)
Support mpga in crawl-http
-rwxr-xr-xsrc/crawl-http.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crawl-http.js b/src/crawl-http.js
index d3e1533..9c7608e 100755
--- a/src/crawl-http.js
+++ b/src/crawl-http.js
@@ -21,7 +21,7 @@ function crawl(absURL, opts = {}, internals = {}) {
     keepSeparateHosts = false,
 
     keepAnyFileType = false,
-    fileTypes = ['wav', 'ogg', 'oga', 'mp3', 'mp4', 'm4a', 'mov'],
+    fileTypes = ['wav', 'ogg', 'oga', 'mp3', 'mp4', 'm4a', 'mov', 'mpga'],
 
     filterRegex = null
   } = opts