mirror of
https://github.com/sherlock-project/sherlock
synced 2025-03-17 14:56:58 +00:00
Merge pull request #849 from sherlock-project/fix-quora
use errorMsg for Quora
This commit is contained in:
commit
7edc4f4285
1 changed files with 3 additions and 3 deletions
|
@ -1229,8 +1229,8 @@
|
|||
"username_unclaimed": "noonewouldeverusethis"
|
||||
},
|
||||
"Quora": {
|
||||
"errorType": "response_url",
|
||||
"errorUrl": "https://www.quora.com/profile/{}",
|
||||
"errorType": "message",
|
||||
"errorMsg": "Page Not Found",
|
||||
"url": "https://www.quora.com/profile/{}",
|
||||
"urlMain": "https://www.quora.com/",
|
||||
"username_claimed": "Matt-Riggsby",
|
||||
|
@ -2275,4 +2275,4 @@
|
|||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue