Merge pull request #479 from TRaSH-/Maintenace-Release-20220121

Maintenace release 20220121
pull/426/head^2
TRaSH 2 years ago committed by GitHub
commit bc00726c7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -111,10 +111,6 @@ Add this to your `Preferred (3)` with a score of [100]
/\b(atvp|aptv)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i
```
```bash
/\b(hmax|hbom)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i
```
Add this to your `Preferred (3)` with a score of [95]
```bash
@ -135,6 +131,10 @@ Add this to your `Preferred (3)` with a score of [90]
/\b(qibi)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i
```
```bash
/\b(hmax|hbom)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i
```
Add this to your `Preferred (3)` with a score of [85]
```bash

@ -19,7 +19,7 @@
"negate": false,
"required": true,
"fields": {
"value": "\\bATMOS(\\b|\\d)|CtrlHD"
"value": "\\b(ATMOS|CtrlHD|W4NK3R)(\\b|\\d)"
}
},
{

@ -64,7 +64,7 @@
"negate": true,
"required": true,
"fields": {
"value": "CtrlHD"
"value": "CtrlHD|W4NK3R"
}
}
]

Loading…
Cancel
Save