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:
janhalendk 2025-04-08 22:19:21 +02:00 committed by GitHub
parent 534881b947
commit 1f19c92c81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
},