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

Co-authored-by: wheat4714.usedwhensimpleloginisbanned@gmail.com <wheat4714.usedwhensimpleloginisbanned@gmail.com>
Co-authored-by: FonduemangVI <15520607+FonduemangVI@users.noreply.github.com>
Co-authored-by: nuxen <theonenuxen@proton.me>
pull/1992/head
wheat4714 6 months ago committed by GitHub
parent e18c4835cb
commit 13780d733d
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"
"value": "\\b(amzn|amazon(hd)?)\\b[ ._-]web[ ._-]?(dl|rip)?\\b"
}
},
{

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

Loading…
Cancel
Save