From 6f640a0b8e8e5b26a266f4680a626a629d3c7944 Mon Sep 17 00:00:00 2001 From: Florrie Date: Fri, 5 Jan 2018 23:20:23 -0400 Subject: Support mpga in crawl-http --- src/crawl-http.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit 1.3.0-6-gf8a5