mirror of
https://github.com/Viren070/AIOStreams.git
synced 2025-12-01 23:14:04 +01:00
fix(parser): handle when bluray and remux are not next to each other
This commit is contained in:
@@ -19,7 +19,8 @@ export const PARSE_REGEX = {
|
||||
'480p': createRegex('(bd|hd|m)?(480(p|i)?)|sd'),
|
||||
},
|
||||
qualities: {
|
||||
'BluRay REMUX': createRegex('(blu[ .\\-_]?ray|bd|br|b|uhd)[ .\\-_]?remux'),
|
||||
'BluRay REMUX':
|
||||
/((?<=remux.*)[ .\-_](blu[ .\-_]?ray))|((blu[ .\-_]?ray)[ .\-_](?=.*remux))|((?<![^\s\[(_\-.,])(bd|br|b|uhd)[ .\\-_]?remux(?=\s\)\]_.\-,]|$))/i,
|
||||
BluRay: createRegex(
|
||||
'blu[ .\\-_]?ray|((bd|br|b)[ .\\-_]?(rip|r)?)(?![ .\\-_]?remux)'
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user