From 07c7cc999e8944538bc06404bd69fc908f5047f1 Mon Sep 17 00:00:00 2001 From: Soxoj Date: Thu, 24 Aug 2023 09:30:00 +0200 Subject: [PATCH] Additionally fixed sites, win32 build fix --- maigret/resources/data.json | 34 +++++++++++++++++++++++++++------- pyinstaller/requirements.txt | 2 +- 2 files changed, 28 insertions(+), 8 deletions(-) diff --git a/maigret/resources/data.json b/maigret/resources/data.json index 59158dd3..81f6ea4f 100644 --- a/maigret/resources/data.json +++ b/maigret/resources/data.json @@ -1614,7 +1614,10 @@ ], "checkType": "message", "absenceStrs": [ - " :: AUTOLADA.RU" + " :: AUTOLADA.RU" + ], + "presenseStrs": [ + "postdetails" ], "alexaRank": 152145, "urlMain": "https://www.autolada.ru/", @@ -2474,7 +2477,10 @@ ], "checkType": "message", "absenceStrs": [ - "<title>Boosty.to - \u043c\u0435\u0441\u0442\u043e, \u0433\u0434\u0435 \u043f\u0440\u0438\u0437\u043d\u0430\u043d\u0438\u0435 \u043f\u0440\u0435\u0432\u0440\u0430\u0449\u0430\u0435\u0442\u0441\u044f \u0432 \u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u044b\u0439 \u0434\u043e\u0445\u043e\u0434" + "" + ], + "presenseStrs": [ + "Boosty" ], "alexaRank": 36134, "urlMain": "https://boosty.to", @@ -7184,6 +7190,7 @@ "usernameUnclaimed": "noonewouldeverusethis7" }, "GunsAndAmmo": { + "disabled": true, "tags": [ "us" ], @@ -9739,6 +9746,7 @@ "usernameUnclaimed": "noonewouldeverusethis7" }, "Mbclub": { + "disabled": true, "tags": [ "ru" ], @@ -10264,6 +10272,7 @@ "usernameUnclaimed": "noonewouldeverusethis7" }, "Monkingme": { + "disabled": true, "tags": [ "es", "in", @@ -10441,6 +10450,7 @@ "alexaRank": 8613 }, "Munzee": { + "disabled": true, "tags": [ "gb" ], @@ -14422,6 +14432,7 @@ "usernameUnclaimed": "noonewouldeverusethis7" }, "SkodaForum": { + "disabled": true, "tags": [ "forum", "ru" @@ -16263,6 +16274,7 @@ }, "Trainsim": { "urlSubpath": "/vbts", + "disabled": true, "tags": [ "forum", "in" @@ -16495,10 +16507,15 @@ "TryHackMe": { "tags": [ "hacking", - "in", "us" ], - "checkType": "status_code", + "checkType": "message", + "absenceStrs": [ + "Found. Redirecting to /404" + ], + "presenseStrs": [ + "heatmap-user-activity" + ], "alexaRank": 23474, "urlMain": "https://tryhackme.com/", "url": "https://tryhackme.com/p/{username}", @@ -21306,6 +21323,7 @@ "usernameUnclaimed": "noonewouldeverusethis7" }, "prosportsdaily": { + "disabled": true, "tags": [ "forum", "in", @@ -22172,6 +22190,7 @@ ] }, "vegalab": { + "disabled": true, "tags": [ "forum", "ru" @@ -27011,15 +27030,15 @@ ], "checkType": "message", "absenceStrs": [ - "Start a Blog" + "<title>Page not found" ], "presenseStrs": [ - "– Thoughts.com" + "user-activity" ], "urlMain": "http://thoughts.com", "url": "http://thoughts.com/members/{username}", "usernameUnclaimed": "noonewouldeverusethis7", - "usernameClaimed": "alicia12", + "usernameClaimed": "jules60", "alexaRank": 313408 }, "hackernoon.com": { @@ -29924,6 +29943,7 @@ "alexaRank": 3887958 }, "actual-porn.org": { + "disabled": true, "urlMain": "http://actual-porn.org", "engine": "vBulletin", "usernameClaimed": "alex", diff --git a/pyinstaller/requirements.txt b/pyinstaller/requirements.txt index 0774883b..fbb4db13 100644 --- a/pyinstaller/requirements.txt +++ b/pyinstaller/requirements.txt @@ -2,4 +2,4 @@ maigret @ https://github.com/soxoj/maigret/archive/refs/heads/main.zip pefile==2022.5.30 psutil==5.9.5 pyinstaller @ https://github.com/pyinstaller/pyinstaller/archive/develop.zip -pywin32-ctypes==0.2.0 \ No newline at end of file +pywin32-ctypes==0.2.1 \ No newline at end of file