Handle Exception Release Groups that don't follow -RlsGrp

Updated: Handle Exception Release Groups that don't follow -RlsGrp; Manual List
- First Group is groups whose releases end with RlsGroup) or RlsGroup]  second group (entries after `(?=\]|\))|`) is name only...BE VERY CAREFUL WITH THIS, HIGH CHANCE OF FALSE POSITIVES
pull/496/head
TRaSH 3 years ago
parent 5a41e9c6e6
commit f6e26ca618

@ -19,7 +19,7 @@
"negate": true,
"required": true,
"fields": {
"value": "\\b(Tigole|Joy|YIFY|YTS.MX|FreetheFish|afm72|Anna|Bandi|Ghost|Kappa|MONOLITH|Qman|RZeroX|SAMPA|Silence|theincognito|t3nzin|Vyndros|KRaLiMaRKo|E\\.N\\.D|PrimeHD|BluDragon|SumVision|FTW-HD)\\b"
"value": "\\b(Tigole|Joy|YIFY|YTS.MX|YTS.LT|FreetheFish|afm72|Anna|Bandi|Ghost|Kappa|MONOLITH|Qman|RZeroX|SAMPA|Silence|theincognito|t3nzin|Vyndros)(?=\\]|\\)|KRaLiMaRKo|E\\.N\\.D|D\\-Z0N3)\\b"
}
}
]

Loading…
Cancel
Save