From 2ed6a57f13553852e1feb526142d75a8ab2bee9e Mon Sep 17 00:00:00 2001 From: Antonio Marco Date: Mon, 3 Jan 2022 13:46:02 -0300 Subject: [PATCH 1/2] changed Bayoushooter to use XenForo and foursquare to use correct checkType --- maigret/resources/data.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/maigret/resources/data.json b/maigret/resources/data.json index 83298974..eacff75a 100644 --- a/maigret/resources/data.json +++ b/maigret/resources/data.json @@ -1721,14 +1721,13 @@ "usernameUnclaimed": "noonewouldeverusethis7" }, "Bayoushooter": { - "urlSubpath": "/forums", "disabled": true, "tags": [ "forum", "pk", "us" ], - "engine": "vBulletin", + "engine": "XenForo", "alexaRank": 1059834, "urlMain": "https://www.bayoushooter.com", "usernameClaimed": "adam", @@ -5194,7 +5193,10 @@ "geosocial", "in" ], - "checkType": "status_code", + "checkType": "message", + "presenceStrs": [ + "userStatsTitle" + ], "alexaRank": 3413, "urlMain": "https://ru.foursquare.com/", "url": "https://ru.foursquare.com/{username}", From 838aa6fcc05d9ea66c3ead825714f5cfadeaeb2d Mon Sep 17 00:00:00 2001 From: Antonio Marco Date: Tue, 4 Jan 2022 11:08:40 -0300 Subject: [PATCH 2/2] fix: removed disable from Bayoushooter --- maigret/resources/data.json | 1 - 1 file changed, 1 deletion(-) diff --git a/maigret/resources/data.json b/maigret/resources/data.json index eacff75a..f1921534 100644 --- a/maigret/resources/data.json +++ b/maigret/resources/data.json @@ -1721,7 +1721,6 @@ "usernameUnclaimed": "noonewouldeverusethis7" }, "Bayoushooter": { - "disabled": true, "tags": [ "forum", "pk",