Skip to content

Commit

Permalink
update(cf/hbomax): adds capturing hbomax (without separator) (#1895)
Browse files Browse the repository at this point in the history
  • Loading branch information
zakkarry authored Apr 28, 2024
1 parent d1f64db commit 18bcdcb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/Sonarr/Sonarr-Release-Profile-RegEx.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Add this to your `Preferred (3)` with a score of [90]
Add this to your `Preferred (3)` with a score of [80]
```bash
/\b(hmax|hbom|hbo[ ._-]max)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i
/\b(hmax|hbom|hbo[ ._-]?max)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i
```
```bash
Expand Down
2 changes: 1 addition & 1 deletion docs/json/radarr/cf/hmax.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"negate": false,
"required": true,
"fields": {
"value": "\\b(hmax|hbom|hbo[ ._-]max)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)"
"value": "\\b(hmax|hbom|hbo[ ._-]?max)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/json/sonarr/cf/hmax.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"negate": false,
"required": true,
"fields": {
"value": "\\b(hmax|hbom|hbo[ ._-]max)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)"
"value": "\\b(hmax|hbom|hbo[ ._-]?max)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/json/sonarr/cf/uhd-streaming-cut.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"negate": false,
"required": false,
"fields": {
"value": "\\b(hmax|hbom|hbo[ ._-]max)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)"
"value": "\\b(hmax|hbom|hbo[ ._-]?max)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/json/sonarr/rp/streaming.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{
"score": 80,
"terms": [
"/\\b(hmax|hbom|hbo[ ._-]max)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i",
"/\\b(hmax|hbom|hbo[ ._-]?max)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i",
"/\\b(qibi|quibi)\\b(?=[ ._-]web[ ._-]?(dl|rip)\\b)/i"
]
},
Expand Down

0 comments on commit 18bcdcb

Please sign in to comment.