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
/\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]
```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]
```bash
/\b(dsnp|dsny|disney)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i
/\b(dsnp|dsny|disney|Disney\+)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i
```
```bash
@ -132,11 +132,11 @@ Add this to your `Preferred (3)` with a score of [90]
```
```bash
/\b(qibi)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i
/\b(qibi|quibi)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i
```
```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]
@ -146,7 +146,7 @@ Add this to your `Preferred (3)` with a score of [85]
```
```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]

@ -7,29 +7,29 @@
"score": 100,
"terms": [
"/\\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,
"terms": [
"/\\b(sho)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i"
"/\\b(sho|showtime)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i"
]
},
{
"score": 90,
"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(qibi)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i",
"/\\b(hmax|hbmo)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i"
"/\\b(qibi|quibi)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i",
"/\\b(hmax|hbom|hbo max)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i"
]
},
{
"score": 85,
"terms": [
"/\\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