[scraper] adds divx video extension
This commit is contained in:
parent
f0939f9943
commit
0361dc8096
1 changed files with 2 additions and 1 deletions
|
|
@ -15,7 +15,8 @@ const VIDEO_EXTENSIONS = [
|
|||
"mpv",
|
||||
"webm",
|
||||
"wmv",
|
||||
"ogm"
|
||||
"ogm",
|
||||
"divx"
|
||||
];
|
||||
const SUBTITLE_EXTENSIONS = [
|
||||
"aqt",
|
||||
|
|
|
|||
Loading…
Reference in a new issue