Skip to content

Commit

Permalink
Additionally fixed sites, win32 build fix (#1148)
Browse files Browse the repository at this point in the history
  • Loading branch information
soxoj authored Aug 24, 2023
1 parent dc9b44b commit 390f3a4
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 8 deletions.
34 changes: 27 additions & 7 deletions maigret/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1614,7 +1614,10 @@
],
"checkType": "message",
"absenceStrs": [
"<title> :: AUTOLADA.RU</title>"
"<title> :: AUTOLADA.RU"
],
"presenseStrs": [
"postdetails"
],
"alexaRank": 152145,
"urlMain": "https://www.autolada.ru/",
Expand Down Expand Up @@ -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</title>"
"<title></title>"
],
"presenseStrs": [
"Boosty</title>"
],
"alexaRank": 36134,
"urlMain": "https://boosty.to",
Expand Down Expand Up @@ -7184,6 +7190,7 @@
"usernameUnclaimed": "noonewouldeverusethis7"
},
"GunsAndAmmo": {
"disabled": true,
"tags": [
"us"
],
Expand Down Expand Up @@ -9739,6 +9746,7 @@
"usernameUnclaimed": "noonewouldeverusethis7"
},
"Mbclub": {
"disabled": true,
"tags": [
"ru"
],
Expand Down Expand Up @@ -10264,6 +10272,7 @@
"usernameUnclaimed": "noonewouldeverusethis7"
},
"Monkingme": {
"disabled": true,
"tags": [
"es",
"in",
Expand Down Expand Up @@ -10441,6 +10450,7 @@
"alexaRank": 8613
},
"Munzee": {
"disabled": true,
"tags": [
"gb"
],
Expand Down Expand Up @@ -14422,6 +14432,7 @@
"usernameUnclaimed": "noonewouldeverusethis7"
},
"SkodaForum": {
"disabled": true,
"tags": [
"forum",
"ru"
Expand Down Expand Up @@ -16263,6 +16274,7 @@
},
"Trainsim": {
"urlSubpath": "/vbts",
"disabled": true,
"tags": [
"forum",
"in"
Expand Down Expand Up @@ -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}",
Expand Down Expand Up @@ -21306,6 +21323,7 @@
"usernameUnclaimed": "noonewouldeverusethis7"
},
"prosportsdaily": {
"disabled": true,
"tags": [
"forum",
"in",
Expand Down Expand Up @@ -22172,6 +22190,7 @@
]
},
"vegalab": {
"disabled": true,
"tags": [
"forum",
"ru"
Expand Down Expand Up @@ -27011,15 +27030,15 @@
],
"checkType": "message",
"absenceStrs": [
"<title>Start a Blog"
"<title>Page not found"
],
"presenseStrs": [
"&#8211; Thoughts.com</title>"
"user-activity"
],
"urlMain": "http://thoughts.com",
"url": "http://thoughts.com/members/{username}",
"usernameUnclaimed": "noonewouldeverusethis7",
"usernameClaimed": "alicia12",
"usernameClaimed": "jules60",
"alexaRank": 313408
},
"hackernoon.com": {
Expand Down Expand Up @@ -29924,6 +29943,7 @@
"alexaRank": 3887958
},
"actual-porn.org": {
"disabled": true,
"urlMain": "http://actual-porn.org",
"engine": "vBulletin",
"usernameClaimed": "alex",
Expand Down
2 changes: 1 addition & 1 deletion pyinstaller/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
pywin32-ctypes==0.2.1

0 comments on commit 390f3a4

Please sign in to comment.