Skip to content

Commit 390f3a4

Browse files
authored
Additionally fixed sites, win32 build fix (soxoj#1148)
1 parent dc9b44b commit 390f3a4

File tree

2 files changed

+28
-8
lines changed

2 files changed

+28
-8
lines changed

maigret/resources/data.json

+27-7
Original file line numberDiff line numberDiff line change
@@ -1614,7 +1614,10 @@
16141614
],
16151615
"checkType": "message",
16161616
"absenceStrs": [
1617-
"<title> :: AUTOLADA.RU</title>"
1617+
"<title> :: AUTOLADA.RU"
1618+
],
1619+
"presenseStrs": [
1620+
"postdetails"
16181621
],
16191622
"alexaRank": 152145,
16201623
"urlMain": "https://www.autolada.ru/",
@@ -2474,7 +2477,10 @@
24742477
],
24752478
"checkType": "message",
24762479
"absenceStrs": [
2477-
"<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>"
2480+
"<title></title>"
2481+
],
2482+
"presenseStrs": [
2483+
"Boosty</title>"
24782484
],
24792485
"alexaRank": 36134,
24802486
"urlMain": "https://boosty.to",
@@ -7184,6 +7190,7 @@
71847190
"usernameUnclaimed": "noonewouldeverusethis7"
71857191
},
71867192
"GunsAndAmmo": {
7193+
"disabled": true,
71877194
"tags": [
71887195
"us"
71897196
],
@@ -9739,6 +9746,7 @@
97399746
"usernameUnclaimed": "noonewouldeverusethis7"
97409747
},
97419748
"Mbclub": {
9749+
"disabled": true,
97429750
"tags": [
97439751
"ru"
97449752
],
@@ -10264,6 +10272,7 @@
1026410272
"usernameUnclaimed": "noonewouldeverusethis7"
1026510273
},
1026610274
"Monkingme": {
10275+
"disabled": true,
1026710276
"tags": [
1026810277
"es",
1026910278
"in",
@@ -10441,6 +10450,7 @@
1044110450
"alexaRank": 8613
1044210451
},
1044310452
"Munzee": {
10453+
"disabled": true,
1044410454
"tags": [
1044510455
"gb"
1044610456
],
@@ -14422,6 +14432,7 @@
1442214432
"usernameUnclaimed": "noonewouldeverusethis7"
1442314433
},
1442414434
"SkodaForum": {
14435+
"disabled": true,
1442514436
"tags": [
1442614437
"forum",
1442714438
"ru"
@@ -16263,6 +16274,7 @@
1626316274
},
1626416275
"Trainsim": {
1626516276
"urlSubpath": "/vbts",
16277+
"disabled": true,
1626616278
"tags": [
1626716279
"forum",
1626816280
"in"
@@ -16495,10 +16507,15 @@
1649516507
"TryHackMe": {
1649616508
"tags": [
1649716509
"hacking",
16498-
"in",
1649916510
"us"
1650016511
],
16501-
"checkType": "status_code",
16512+
"checkType": "message",
16513+
"absenceStrs": [
16514+
"Found. Redirecting to /404"
16515+
],
16516+
"presenseStrs": [
16517+
"heatmap-user-activity"
16518+
],
1650216519
"alexaRank": 23474,
1650316520
"urlMain": "https://tryhackme.com/",
1650416521
"url": "https://tryhackme.com/p/{username}",
@@ -21306,6 +21323,7 @@
2130621323
"usernameUnclaimed": "noonewouldeverusethis7"
2130721324
},
2130821325
"prosportsdaily": {
21326+
"disabled": true,
2130921327
"tags": [
2131021328
"forum",
2131121329
"in",
@@ -22172,6 +22190,7 @@
2217222190
]
2217322191
},
2217422192
"vegalab": {
22193+
"disabled": true,
2217522194
"tags": [
2217622195
"forum",
2217722196
"ru"
@@ -27011,15 +27030,15 @@
2701127030
],
2701227031
"checkType": "message",
2701327032
"absenceStrs": [
27014-
"<title>Start a Blog"
27033+
"<title>Page not found"
2701527034
],
2701627035
"presenseStrs": [
27017-
"&#8211; Thoughts.com</title>"
27036+
"user-activity"
2701827037
],
2701927038
"urlMain": "http://thoughts.com",
2702027039
"url": "http://thoughts.com/members/{username}",
2702127040
"usernameUnclaimed": "noonewouldeverusethis7",
27022-
"usernameClaimed": "alicia12",
27041+
"usernameClaimed": "jules60",
2702327042
"alexaRank": 313408
2702427043
},
2702527044
"hackernoon.com": {
@@ -29924,6 +29943,7 @@
2992429943
"alexaRank": 3887958
2992529944
},
2992629945
"actual-porn.org": {
29946+
"disabled": true,
2992729947
"urlMain": "http://actual-porn.org",
2992829948
"engine": "vBulletin",
2992929949
"usernameClaimed": "alex",

pyinstaller/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ maigret @ https://github.com/soxoj/maigret/archive/refs/heads/main.zip
22
pefile==2022.5.30
33
psutil==5.9.5
44
pyinstaller @ https://github.com/pyinstaller/pyinstaller/archive/develop.zip
5-
pywin32-ctypes==0.2.0
5+
pywin32-ctypes==0.2.1

0 commit comments

Comments
 (0)