Update Sonarr-Release-Profile-RegEx.md

last changes for the Sonarr regex
pull/95/head
TRaSH 4 years ago
parent cdb5b86796
commit 5bb1f07d38

@ -86,59 +86,59 @@ The Number between the **[**brackets**]** are the scores the release name will g
Add this to your `Preferred (3)` with a score of [100] Add this to your `Preferred (3)` with a score of [100]
```bash ```bash
/(amzn|\bamazon\b)(?=[ ._-]?web[ ._-]?(dl|rip))/i /\b(amzn|amazon)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i
``` ```
```bash ```bash
/(atvp|aptv)(?=[ ._-]?web[ ._-]?(dl|rip))/i /\b(atvp|aptv)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i
``` ```
```bash ```bash
/(hmax)(?=[ ._-]?web[ ._-]?(dl|rip))/i /\b(hmax)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i
``` ```
Add this to your `Preferred (3)` with a score of [95] Add this to your `Preferred (3)` with a score of [95]
```bash ```bash
/(\bsho\b)(?=[ ._-]?web[ ._-]?(dl|rip))/i /\b(sho)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i
``` ```
Add this to your `Preferred (3)` with a score of [90] Add this to your `Preferred (3)` with a score of [90]
```bash ```bash
/(dsnp|dsny|\bdisney\b)(?=[ ._-]?web[ ._-]?(dl|rip))/i /\b(dsnp|dsny|disney)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i
``` ```
```bash ```bash
/(nf|\bnetflix\b)(?=[ ._-]?web[ ._-]?(dl|rip))/i /\b(nf|netflix)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i
``` ```
```bash ```bash
/(\bqibi\b)(?=[ ._-]?web[ ._-]?(dl|rip))/i /\b(qibi)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i
``` ```
Add this to your `Preferred (3)` with a score of [85] Add this to your `Preferred (3)` with a score of [85]
```bash ```bash
/(\bhulu\b)(?=[ ._-]?web[ ._-]?(dl|rip))/i /\b(hulu)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i
``` ```
Add this to your `Preferred (3)` with a score of [75] Add this to your `Preferred (3)` with a score of [75]
```bash ```bash
/(dcu)(?=[ ._-]?web[ ._-]?(dl|rip))/i /\b(dcu)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i
``` ```
```bash ```bash
/(hbo)(?=[ ._-]?web[ ._-]?(dl|rip))/i /\b(hbo)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i
``` ```
```bash ```bash
/(\bred\b)(?=[ ._-]?web[ ._-]?(dl|rip))/i /\b(red)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i
``` ```
```bash ```bash
/(\bit\b)(?=[ ._-]?web[ ._-]?(dl|rip))/i /\b(it)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i
``` ```
!!! note !!! note

Loading…
Cancel
Save