mirror of
https://github.com/Viren070/stremio-gdrive-addon.git
synced 2025-12-01 23:20:04 +01:00
fix: dont make plus in hdr10+ optional and allow ten instead of 10
This commit is contained in:
+1
-1
@@ -88,7 +88,7 @@ const REGEX_PATTERNS = {
|
||||
SCR: /(?<![^ [_\-.])(((dvd|bd|web)?[ .\-_]?)?(scr(eener)?))(?=[ \]_.-]|$)/i,
|
||||
},
|
||||
visualTags: {
|
||||
"HDR10+": /(?<![^ [_\-.])(hdr10[ .\-_]?[+]?|hdr10plus)(?=[ \]_.-]|$)/i,
|
||||
"HDR10+": /(?<![^ [_\-.])(hdr[ .\-_]?(10|ten)[ .\-_](?<![^ [_\-.])(hdr[ .\-_]?(10|ten)[ .\-_]?([+]|plus))(?=[ \]_.-]|$)?([+]|plus))(?=[ \]_.-]|$)/i,
|
||||
HDR10: /(?<![^ [_\-.])(hdr10)(?=[ \]_.-]|$)/i,
|
||||
HDR: /(?<![^ [_\-.])(hdr)(?=[ \]_.-]|$)/i,
|
||||
DV: /(?<![^ [_\-.])(dolby[ .\-_]?vision(?:[ .\-_]?atmos)?|dv)(?=[ \]_.-]|$)/i,
|
||||
|
||||
Reference in New Issue
Block a user