Fix: CF `Bad Dual Groups` for better matching

**[Starr]**

- Fix: CF `Bad Dual Groups` for better matching and prevent download loop => https://regex101.com/r/Rsf0xp/1
pull/1016/head
TRaSH 2 years ago committed by TRaSH
parent b82717ac00
commit 5212f86a2e

@ -10,7 +10,7 @@
"negate": false,
"required": false,
"fields": {
"value": "\\b(-alfaHD)\\b"
"value": "\\b(-alfaHD[_]?)\\b"
}
},
{

@ -10,7 +10,7 @@
"negate": false,
"required": false,
"fields": {
"value": "\\b(-alfaHD)\\b"
"value": "\\b(-alfaHD[_]?)\\b"
}
},
{

Loading…
Cancel
Save