mirror of
https://github.com/WebBreacher/WhatsMyName.git
synced 2025-06-18 14:25:31 -04:00
Update Engadget in wmn-data.json
Engadget now returns 200 on both existing and non-existing accounts. The current response for a non-existing account also match the current `e_string` which in effect yield false positives. Response for existing account has "displayName" in it (embedded JSON). This is not present for the non-existing account so this is a better `e_string`.
This commit is contained in:
parent
534881b947
commit
1f19c92c81
@ -1777,9 +1777,9 @@
|
||||
"name" : "Engadget",
|
||||
"uri_check" : "https://www.engadget.com/about/editors/{account}/",
|
||||
"e_code" : 200,
|
||||
"e_string" : "- Engadget</title>",
|
||||
"m_string" : "<title>, -",
|
||||
"m_code" : 404,
|
||||
"e_string" : "\"displayName\"",
|
||||
"m_string" : "<title>, - Engadget</title>",
|
||||
"m_code" : 200,
|
||||
"known" : ["devindra-hardawar", "kris-holt"],
|
||||
"cat" : "tech"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user