fix(Revert): "fix(starr): Moved webdl and webrip into Amazon regex to prevent incorrect matches" (#1999)

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

This reverts commit 13780d733d.
pull/2000/head
bakerboy448 7 months ago committed by GitHub
parent e8b3cf61db
commit afdefe1c58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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"
}
},
{

@ -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"
}
},
{

Loading…
Cancel
Save