mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-03-11 21:26:53 +00:00
[addon] add m2ts ext and video
This commit is contained in:
parent
6537dd8cb8
commit
5bb05027a5
1 changed files with 2 additions and 1 deletions
|
|
@ -15,7 +15,8 @@ const VIDEO_EXTENSIONS = [
|
|||
"mpv",
|
||||
"webm",
|
||||
"wmv",
|
||||
"ogm"
|
||||
"ogm",
|
||||
"m2ts"
|
||||
];
|
||||
const SUBTITLE_EXTENSIONS = [
|
||||
"aqt",
|
||||
|
|
|
|||
Loading…
Reference in a new issue