Additionally fixed sites, win32 build fix (#1148)

This commit is contained in:
Soxoj
2023-08-24 09:32:24 +02:00
committed by GitHub
parent dc9b44bd14
commit 390f3a49ee
2 changed files with 28 additions and 8 deletions
+27 -7
View File
@@ -1614,7 +1614,10 @@
], ],
"checkType": "message", "checkType": "message",
"absenceStrs": [ "absenceStrs": [
"<title> :: AUTOLADA.RU</title>" "<title> :: AUTOLADA.RU"
],
"presenseStrs": [
"postdetails"
], ],
"alexaRank": 152145, "alexaRank": 152145,
"urlMain": "https://www.autolada.ru/", "urlMain": "https://www.autolada.ru/",
@@ -2474,7 +2477,10 @@
], ],
"checkType": "message", "checkType": "message",
"absenceStrs": [ "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</title>" "<title></title>"
],
"presenseStrs": [
"Boosty</title>"
], ],
"alexaRank": 36134, "alexaRank": 36134,
"urlMain": "https://boosty.to", "urlMain": "https://boosty.to",
@@ -7184,6 +7190,7 @@
"usernameUnclaimed": "noonewouldeverusethis7" "usernameUnclaimed": "noonewouldeverusethis7"
}, },
"GunsAndAmmo": { "GunsAndAmmo": {
"disabled": true,
"tags": [ "tags": [
"us" "us"
], ],
@@ -9739,6 +9746,7 @@
"usernameUnclaimed": "noonewouldeverusethis7" "usernameUnclaimed": "noonewouldeverusethis7"
}, },
"Mbclub": { "Mbclub": {
"disabled": true,
"tags": [ "tags": [
"ru" "ru"
], ],
@@ -10264,6 +10272,7 @@
"usernameUnclaimed": "noonewouldeverusethis7" "usernameUnclaimed": "noonewouldeverusethis7"
}, },
"Monkingme": { "Monkingme": {
"disabled": true,
"tags": [ "tags": [
"es", "es",
"in", "in",
@@ -10441,6 +10450,7 @@
"alexaRank": 8613 "alexaRank": 8613
}, },
"Munzee": { "Munzee": {
"disabled": true,
"tags": [ "tags": [
"gb" "gb"
], ],
@@ -14422,6 +14432,7 @@
"usernameUnclaimed": "noonewouldeverusethis7" "usernameUnclaimed": "noonewouldeverusethis7"
}, },
"SkodaForum": { "SkodaForum": {
"disabled": true,
"tags": [ "tags": [
"forum", "forum",
"ru" "ru"
@@ -16263,6 +16274,7 @@
}, },
"Trainsim": { "Trainsim": {
"urlSubpath": "/vbts", "urlSubpath": "/vbts",
"disabled": true,
"tags": [ "tags": [
"forum", "forum",
"in" "in"
@@ -16495,10 +16507,15 @@
"TryHackMe": { "TryHackMe": {
"tags": [ "tags": [
"hacking", "hacking",
"in",
"us" "us"
], ],
"checkType": "status_code", "checkType": "message",
"absenceStrs": [
"Found. Redirecting to /404"
],
"presenseStrs": [
"heatmap-user-activity"
],
"alexaRank": 23474, "alexaRank": 23474,
"urlMain": "https://tryhackme.com/", "urlMain": "https://tryhackme.com/",
"url": "https://tryhackme.com/p/{username}", "url": "https://tryhackme.com/p/{username}",
@@ -21306,6 +21323,7 @@
"usernameUnclaimed": "noonewouldeverusethis7" "usernameUnclaimed": "noonewouldeverusethis7"
}, },
"prosportsdaily": { "prosportsdaily": {
"disabled": true,
"tags": [ "tags": [
"forum", "forum",
"in", "in",
@@ -22172,6 +22190,7 @@
] ]
}, },
"vegalab": { "vegalab": {
"disabled": true,
"tags": [ "tags": [
"forum", "forum",
"ru" "ru"
@@ -27011,15 +27030,15 @@
], ],
"checkType": "message", "checkType": "message",
"absenceStrs": [ "absenceStrs": [
"<title>Start a Blog" "<title>Page not found"
], ],
"presenseStrs": [ "presenseStrs": [
"&#8211; Thoughts.com</title>" "user-activity"
], ],
"urlMain": "http://thoughts.com", "urlMain": "http://thoughts.com",
"url": "http://thoughts.com/members/{username}", "url": "http://thoughts.com/members/{username}",
"usernameUnclaimed": "noonewouldeverusethis7", "usernameUnclaimed": "noonewouldeverusethis7",
"usernameClaimed": "alicia12", "usernameClaimed": "jules60",
"alexaRank": 313408 "alexaRank": 313408
}, },
"hackernoon.com": { "hackernoon.com": {
@@ -29924,6 +29943,7 @@
"alexaRank": 3887958 "alexaRank": 3887958
}, },
"actual-porn.org": { "actual-porn.org": {
"disabled": true,
"urlMain": "http://actual-porn.org", "urlMain": "http://actual-porn.org",
"engine": "vBulletin", "engine": "vBulletin",
"usernameClaimed": "alex", "usernameClaimed": "alex",
+1 -1
View File
@@ -2,4 +2,4 @@ maigret @ https://github.com/soxoj/maigret/archive/refs/heads/main.zip
pefile==2022.5.30 pefile==2022.5.30
psutil==5.9.5 psutil==5.9.5
pyinstaller @ https://github.com/pyinstaller/pyinstaller/archive/develop.zip pyinstaller @ https://github.com/pyinstaller/pyinstaller/archive/develop.zip
pywin32-ctypes==0.2.0 pywin32-ctypes==0.2.1