diff options
-rw-r--r-- | crawlers.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crawlers.js b/crawlers.js index c12948f..f665c17 100644 --- a/crawlers.js +++ b/crawlers.js @@ -237,7 +237,7 @@ function getHTMLLinks(text) { function crawlLocal(dirPath, extensions = [ 'ogg', 'oga', - 'wav', 'mp3', 'mp4', 'm4a', 'aac', + 'wav', 'mp3', 'mp4', 'm4a', 'aac', 'flac', 'mod' ], isTop = true) { // If the passed path is a file:// URL, try to decode it: |