Skip to content

Commit

Permalink
Merge pull request #828 from balestek/main
Browse files Browse the repository at this point in the history
Discogs, Virustotal and Wetransfer fix
  • Loading branch information
WebBreacher authored Jun 13, 2024
2 parents 3050266 + 9e5d4ea commit 53a6069
Showing 1 changed file with 18 additions and 10 deletions.
28 changes: 18 additions & 10 deletions wmn-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1380,12 +1380,13 @@
},
{
"name" : "Discogs",
"uri_check" : "https://www.discogs.com/user/{account}",
"uri_check" : "https://api.discogs.com/users/{account}",
"pretty_uri" : "https://www.discogs.com/user/{account}",
"e_code" : 200,
"e_string" : "Joined on",
"e_string" : "\"id\"",
"m_code" : 404,
"m_string" : "We couldn't find that page.",
"known" : ["7jlong", "venetian-guy"],
"m_string" : "User does not exist",
"known" : ["damiano84", "bernadette69"],
"cat" : "music"
},
{
Expand Down Expand Up @@ -5941,11 +5942,18 @@
},
{
"name" : "Virustotal",
"uri_check" : "https://www.virustotal.com/gui/user/{account}",
"uri_check" : "https://www.virustotal.com/ui/users/{account}",
"pretty_uri" : "https://www.virustotal.com/gui/user/{account}",
"headers" : {
"User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:127.0) Gecko/20100101 Firefox/127.0",
"X-Tool": "vt-ui-main",
"Accept-Ianguage": "en-US,en;q=0.9,es;q=0.8",
"X-VT-Anti-Abuse-Header": "MTAxOTFwMDcxOTEtWkc5dWRDQmlaU0JsZG2scy5xNzE4Mjc1NDI0LjUzMw=="
},
"e_code" : 200,
"e_string" :"USER PROFILE",
"m_string" : "User not found",
"m_code" : 200,
"e_string" :"data",
"m_string" : "NotFoundError",
"m_code" : 404,
"known" : ["cyber", "cybersecstu"],
"cat" : "misc"
},
Expand Down Expand Up @@ -6103,9 +6111,9 @@
"uri_check" : "https://{account}.wetransfer.com",
"strip_bad_char" : ".",
"e_code" : 200,
"e_string" : "default_recipient_email",
"e_string" : "workspaceName",
"m_string" : "",
"m_code" : 302,
"m_code" : 307,
"known" : ["mark", "joe"],
"cat" : "misc"
},
Expand Down

0 comments on commit 53a6069

Please sign in to comment.