mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-22 11:53:03 +00:00
added regex check to BuyMeACoffee
This commit is contained in:
parent
22772d0b1a
commit
a69e161a9f
1 changed files with 1 additions and 0 deletions
|
@ -309,6 +309,7 @@
|
|||
},
|
||||
"BuyMeACoffee": {
|
||||
"errorType": "status_code",
|
||||
"regexCheck": "[a-zA-Z0-9]{3,15}",
|
||||
"url": "https://buymeacoff.ee/{}",
|
||||
"urlMain": "https://www.buymeacoffee.com/",
|
||||
"urlProbe": "https://www.buymeacoffee.com/{}",
|
||||
|
|
Loading…
Reference in a new issue