mirror of
https://github.com/Viren070/stremio-gdrive-addon.git
synced 2025-12-01 23:20:04 +01:00
fix: group terms correctly for ai regex
fixes the upscale/enhanced/remaster words matching the ai regex.
This commit is contained in:
+1
-1
@@ -92,7 +92,7 @@ const REGEX_PATTERNS = {
|
||||
HDR: /(?<![^ [_\-.])(hdr)(?=[ \]_.-]|$)/i,
|
||||
DV: /(?<![^ [_\-.])(dolby[ .\-_]?vision(?:[ .\-_]?atmos)?|dv)(?=[ \]_.-]|$)/i,
|
||||
IMAX: /(?<![^ [_\-.])(imax)(?=[ \]_.-]|$)/i,
|
||||
AI: /(?<![^ [_\-.])(ai[ .\-_]?upscale|enhanced|remaster)(?=[ \]_.-]|$)/i,
|
||||
AI: /(?<![^ [_\-.])(ai[ .\-_]?(upscale|enhanced|remaster))(?=[ \]_.-]|$)/i,
|
||||
},
|
||||
audioTags: {
|
||||
Atmos: /(?<![^ [_\-.])(atmos)(?=[ \]_.-]|$)/i,
|
||||
|
||||
Reference in New Issue
Block a user