Skip to content

Commit

Permalink
fix(Revert): "fix(starr): Moved webdl and webrip into Amazon regex to…
Browse files Browse the repository at this point in the history
… prevent incorrect matches" (#1999)

Revert "fix(starr): Moved webdl and webrip into Amazon regex to prevent incor…"

This reverts commit 13780d7.
  • Loading branch information
bakerboy448 authored Jul 1, 2024
1 parent e8b3cf6 commit afdefe1
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[ ._-]web[ ._-]?(dl|rip)?\\b"
"value": "\\b(amzn|amazon(hd)?)\\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[ ._-]web[ ._-]?(dl|rip)?\\b"
"value": "\\b(amzn|amazon(hd)?)\\b"
}
},
{
Expand Down

0 comments on commit afdefe1

Please sign in to comment.