mirror of
https://github.com/Viren070/stremio-gdrive-addon.git
synced 2025-12-01 23:20:04 +01:00
fix: don't match WEBDL-Rip for WEB-DL
This commit is contained in:
+1
-1
@@ -74,7 +74,7 @@ const REGEX_PATTERNS = {
|
||||
/(?<![^ [_\-.])((blu[ .\-_]?ray|bd|br|b)[ .\-_]?remux)(?=[ \]_.-]|$)/i,
|
||||
BluRay: /(?<![^ [_\-.])(blu[ .\-_]?ray|((bd|br|b)[ .\-_]?(rip|r)?))(?![ .\-_]?remux)(?=[ \]_.-]|$)/i,
|
||||
// WEB/HD
|
||||
"WEB-DL": /(?<![^ [_\-.])(web[ .\-_]?(dl)?)(?=[ \]_.-]|$)/i,
|
||||
"WEB-DL": /(?<![^ [_\-.])(web[ .\-_]?(dl)?)(?![ .\-_]?DLRip)(?=[ \]_.-]|$)/i,
|
||||
WEBRip: /(?<![^ [_\-.])(web[ .\-_]?rip)(?=[ \]_.-]|$)/i,
|
||||
HDRip: /(?<![^ [_\-.])(hd[ .\-_]?rip|web[ .\-_]?dl[ .\-_]?rip)(?=[ \]_.-]|$)/i,
|
||||
"HC HD-Rip": /(?<![^ [_\-.])(hc|hd[ .\-_]?rip)(?=[ \]_.-]|$)/i,
|
||||
|
||||
Reference in New Issue
Block a user