mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-26 22:00:27 +00:00
removed Zomato
This commit is contained in:
parent
db52caea79
commit
db878ab5f9
3 changed files with 27 additions and 11 deletions
|
@ -396,6 +396,17 @@
|
|||
"urlMain": "https://tamtam.chat/",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Zomato": {
|
||||
"errorType": "status_code",
|
||||
"headers": {
|
||||
"Accept-Language": "en-US,en;q=0.9"
|
||||
},
|
||||
"rank": 1920,
|
||||
"url": "https://www.zomato.com/pl/{}/foodjourney",
|
||||
"urlMain": "https://www.zomato.com/",
|
||||
"username_claimed": "deepigoyal",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -796,3 +796,19 @@ As of 2020-07-06, TamTam returns false positives when given a username which con
|
|||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
```
|
||||
|
||||
## Zomato
|
||||
As of 2020-07-24, Zomato seems to be unstable. Majority of the time, Zomato takes a very long time to respond.
|
||||
```
|
||||
"Zomato": {
|
||||
"errorType": "status_code",
|
||||
"headers": {
|
||||
"Accept-Language": "en-US,en;q=0.9"
|
||||
},
|
||||
"rank": 1920,
|
||||
"url": "https://www.zomato.com/pl/{}/foodjourney",
|
||||
"urlMain": "https://www.zomato.com/",
|
||||
"username_claimed": "deepigoyal",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
```
|
||||
|
|
|
@ -1934,17 +1934,6 @@
|
|||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Zomato": {
|
||||
"errorType": "status_code",
|
||||
"headers": {
|
||||
"Accept-Language": "en-US,en;q=0.9"
|
||||
},
|
||||
"rank": 1920,
|
||||
"url": "https://www.zomato.com/pl/{}/foodjourney",
|
||||
"urlMain": "https://www.zomato.com/",
|
||||
"username_claimed": "deepigoyal",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"akniga": {
|
||||
"errorType": "status_code",
|
||||
"rank": 14884,
|
||||
|
|
Loading…
Reference in a new issue