mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-15 00:37:06 +00:00
Change Houzz's errorType from message to status_code
Houzz throws 404 if a username is available
This commit is contained in:
parent
1601ee9341
commit
4ee3016557
1 changed files with 1 additions and 2 deletions
|
@ -1069,8 +1069,7 @@
|
|||
"username_claimed": "red"
|
||||
},
|
||||
"Houzz": {
|
||||
"errorMsg": "The page you requested was not found.",
|
||||
"errorType": "message",
|
||||
"errorType": "status_code",
|
||||
"url": "https://houzz.com/user/{}",
|
||||
"urlMain": "https://houzz.com/",
|
||||
"username_claimed": "blue"
|
||||
|
|
Loading…
Reference in a new issue