Merge pull request #808 from 8a8al00ey/patch-1

[Sonarr] match with CF
pull/865/head^2
TRaSH 2 years ago committed by GitHub
commit 2765e8d85b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -112,19 +112,19 @@ Add this to your `Preferred (3)` with a score of [100]
``` ```
```bash ```bash
/\b(atvp|aptv)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i /\b(atvp|aptv|Apple TV\+)\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
/\b(sho)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i /\b(sho|showtime)\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
/\b(dsnp|dsny|disney)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i /\b(dsnp|dsny|disney|Disney\+)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i
``` ```
```bash ```bash
@ -132,11 +132,11 @@ Add this to your `Preferred (3)` with a score of [90]
``` ```
```bash ```bash
/\b(qibi)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i /\b(qibi|quibi)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i
``` ```
```bash ```bash
/\b(hmax|hbom)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i /\b(hmax|hbom|hbo max)\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]
@ -146,7 +146,7 @@ Add this to your `Preferred (3)` with a score of [85]
``` ```
```bash ```bash
/\b(pcok)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i /\b(pcok|Peacock TV)\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]

@ -7,29 +7,29 @@
"score": 100, "score": 100,
"terms": [ "terms": [
"/\\b(amzn|amazon)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i", "/\\b(amzn|amazon)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i",
"/\\b(atvp|aptv)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i" "/\\b(atvp|aptv|Apple TV\\+)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i"
] ]
}, },
{ {
"score": 95, "score": 95,
"terms": [ "terms": [
"/\\b(sho)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i" "/\\b(sho|showtime)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i"
] ]
}, },
{ {
"score": 90, "score": 90,
"terms": [ "terms": [
"/\\b(dsnp|dsny|disney)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i", "/\\b(dsnp|dsny|disney|Disney\\+)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i",
"/\\b(nf|netflix)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i", "/\\b(nf|netflix)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i",
"/\\b(qibi)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i", "/\\b(qibi|quibi)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i",
"/\\b(hmax|hbmo)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i" "/\\b(hmax|hbom|hbo max)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i"
] ]
}, },
{ {
"score": 85, "score": 85,
"terms": [ "terms": [
"/\\b(hulu)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i", "/\\b(hulu)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i",
"/\\b(pcok)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i" "/\\b(pcok|Peacock TV)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i"
] ]
}, },
{ {

Loading…
Cancel
Save