diff options
author | Florrie <towerofnix@gmail.com> | 2018-01-05 23:20:23 -0400 |
---|---|---|
committer | Florrie <towerofnix@gmail.com> | 2018-01-05 23:20:23 -0400 |
commit | 6f640a0b8e8e5b26a266f4680a626a629d3c7944 (patch) | |
tree | 5c90a01fcff58fe27adc68660c22aa73db4ab653 /src | |
parent | 31692325a13be15d75d739c34ab47047ac45fde2 (diff) |
Support mpga in crawl-http
Diffstat (limited to 'src')
-rwxr-xr-x | src/crawl-http.js | 2 |
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 |