mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-07 06:24:35 +00:00
disable Instagram, fix two false positives (#578)
* Update data.json * Update data.json * Update data.json
This commit is contained in:
@@ -7980,13 +7980,17 @@
|
||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Instagram": {
|
||||
"disabled": true,
|
||||
"tags": [
|
||||
"photo"
|
||||
],
|
||||
"errors": {
|
||||
"Login \u2022 Instagram": "Login required"
|
||||
},
|
||||
"checkType": "status_code",
|
||||
"checkType": "message",
|
||||
"presenseStrs": [
|
||||
"<div id=\"splash-screen\">"
|
||||
],
|
||||
"alexaRank": 32,
|
||||
"urlMain": "https://www.instagram.com/",
|
||||
"url": "https://www.instagram.com/{username}",
|
||||
@@ -11970,7 +11974,8 @@
|
||||
"checkType": "message",
|
||||
"absenceStrs": [
|
||||
"<title>Error 500</title>",
|
||||
"<title>Error 404</title>"
|
||||
"<title>Error 404</title>",
|
||||
"Checking if the site connection is secure"
|
||||
],
|
||||
"alexaRank": 2255,
|
||||
"urlMain": "https://www.picuki.com/",
|
||||
@@ -13587,8 +13592,8 @@
|
||||
"usernameUnclaimed": "noonewouldeverusethis77777"
|
||||
},
|
||||
"Rpgwatch": {
|
||||
"disabled": true,
|
||||
"urlSubpath": "/forums",
|
||||
"disabled": true,
|
||||
"tags": [
|
||||
"ca",
|
||||
"forum",
|
||||
@@ -17040,7 +17045,7 @@
|
||||
"video"
|
||||
],
|
||||
"headers": {
|
||||
"Authorization": "jwt eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE2NjAzODUyMjAsInVzZXJfaWQiOm51bGwsImFwcF9pZCI6NTg0NzksInNjb3BlcyI6InB1YmxpYyIsInRlYW1fdXNlcl9pZCI6bnVsbH0.-UijYaB6uF9u5J-I6N55L4wqhur7ygxHjpj-GGmu5K0"
|
||||
"Authorization": "jwt eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE2NjA1MjExODAsInVzZXJfaWQiOm51bGwsImFwcF9pZCI6NTg0NzksInNjb3BlcyI6InB1YmxpYyIsInRlYW1fdXNlcl9pZCI6bnVsbH0.qWzrKT-ZBPkLWXGsgC89h2ocz_fS1c5UtkLaiszMQfA"
|
||||
},
|
||||
"activation": {
|
||||
"url": "https://vimeo.com/_rv/viewer",
|
||||
@@ -31271,9 +31276,11 @@
|
||||
},
|
||||
"xgm.guru": {
|
||||
"presenseStrs": [
|
||||
"Активность:"
|
||||
"\u0410\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c:"
|
||||
],
|
||||
"absenceStrs": [
|
||||
"\u0410\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u044f"
|
||||
],
|
||||
"absenceStrs": ["Авторизация"],
|
||||
"url": "https://xgm.guru/user/{username}",
|
||||
"urlMain": "https://xgm.guru",
|
||||
"usernameClaimed": "test",
|
||||
|
||||
Reference in New Issue
Block a user