Skip to content

Commit

Permalink
fix(starr): Moved webdl and webrip into Amazon regex to prevent incor…
Browse files Browse the repository at this point in the history
…rect matches (#1950)

Co-authored-by: [email protected] <[email protected]>
Co-authored-by: FonduemangVI <[email protected]>
Co-authored-by: nuxen <[email protected]>
  • Loading branch information
4 people authored Jun 28, 2024
1 parent e18c483 commit 13780d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/json/radarr/cf/amzn.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"negate": false,
"required": true,
"fields": {
"value": "\\b(amzn|amazon(hd)?)\\b"
"value": "\\b(amzn|amazon(hd)?)\\b[ ._-]web[ ._-]?(dl|rip)?\\b"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/json/sonarr/cf/amzn.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"negate": false,
"required": true,
"fields": {
"value": "\\b(amzn|amazon(hd)?)\\b"
"value": "\\b(amzn|amazon(hd)?)\\b[ ._-]web[ ._-]?(dl|rip)?\\b"
}
},
{
Expand Down

0 comments on commit 13780d7

Please sign in to comment.