[scraper] adds divx video extension

This commit is contained in:
TheBeastLT
2020-05-30 14:53:13 +02:00
parent f0939f9943
commit 0361dc8096

View File

@@ -15,7 +15,8 @@ const VIDEO_EXTENSIONS = [
"mpv", "mpv",
"webm", "webm",
"wmv", "wmv",
"ogm" "ogm",
"divx"
]; ];
const SUBTITLE_EXTENSIONS = [ const SUBTITLE_EXTENSIONS = [
"aqt", "aqt",