Updated: Sonarr - Release Profile RegEx

```yml
Updated: Sonarr - Release Profile RegEx
- Added: -ViSiON [100]
- Added: -WRTEAM [-25] Optional (use these only if you dislike renamed and retagged releases)
- Added: -CAPTCHA [-25] Optional (use these only if you dislike renamed and retagged releases)
```
pull/178/head
TRaSH 3 years ago
parent 57fc790765
commit cea32b4f7c

@ -263,6 +263,12 @@ Add this to your `Preferred (3)` with a score of [125]
/(-orbitron|-ETHiCS|-RTFM|-PSiG|-MZABI)\b/i
```
Add this to your `Preferred (3)` with a score of [100]
```bash
/(-ViSiON)\b/i
```
Add this to your `Preferred (3)` with a score of [12]
```bash
@ -349,7 +355,7 @@ Add this for example as [-25]
```
```bash
/(-WhiteRev|-xpost)\b/i
/(-WhiteRev|-xpost|-WRTEAM|-CAPTCHA)\b/i
```
#### Optional (matches releases that ends with EN)

Loading…
Cancel
Save