mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-06 22:19:01 +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"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
},
|
},
|
||||||
"Instagram": {
|
"Instagram": {
|
||||||
|
"disabled": true,
|
||||||
"tags": [
|
"tags": [
|
||||||
"photo"
|
"photo"
|
||||||
],
|
],
|
||||||
"errors": {
|
"errors": {
|
||||||
"Login \u2022 Instagram": "Login required"
|
"Login \u2022 Instagram": "Login required"
|
||||||
},
|
},
|
||||||
"checkType": "status_code",
|
"checkType": "message",
|
||||||
|
"presenseStrs": [
|
||||||
|
"<div id=\"splash-screen\">"
|
||||||
|
],
|
||||||
"alexaRank": 32,
|
"alexaRank": 32,
|
||||||
"urlMain": "https://www.instagram.com/",
|
"urlMain": "https://www.instagram.com/",
|
||||||
"url": "https://www.instagram.com/{username}",
|
"url": "https://www.instagram.com/{username}",
|
||||||
@@ -11970,7 +11974,8 @@
|
|||||||
"checkType": "message",
|
"checkType": "message",
|
||||||
"absenceStrs": [
|
"absenceStrs": [
|
||||||
"<title>Error 500</title>",
|
"<title>Error 500</title>",
|
||||||
"<title>Error 404</title>"
|
"<title>Error 404</title>",
|
||||||
|
"Checking if the site connection is secure"
|
||||||
],
|
],
|
||||||
"alexaRank": 2255,
|
"alexaRank": 2255,
|
||||||
"urlMain": "https://www.picuki.com/",
|
"urlMain": "https://www.picuki.com/",
|
||||||
@@ -13587,8 +13592,8 @@
|
|||||||
"usernameUnclaimed": "noonewouldeverusethis77777"
|
"usernameUnclaimed": "noonewouldeverusethis77777"
|
||||||
},
|
},
|
||||||
"Rpgwatch": {
|
"Rpgwatch": {
|
||||||
"disabled": true,
|
|
||||||
"urlSubpath": "/forums",
|
"urlSubpath": "/forums",
|
||||||
|
"disabled": true,
|
||||||
"tags": [
|
"tags": [
|
||||||
"ca",
|
"ca",
|
||||||
"forum",
|
"forum",
|
||||||
@@ -17040,7 +17045,7 @@
|
|||||||
"video"
|
"video"
|
||||||
],
|
],
|
||||||
"headers": {
|
"headers": {
|
||||||
"Authorization": "jwt eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE2NjAzODUyMjAsInVzZXJfaWQiOm51bGwsImFwcF9pZCI6NTg0NzksInNjb3BlcyI6InB1YmxpYyIsInRlYW1fdXNlcl9pZCI6bnVsbH0.-UijYaB6uF9u5J-I6N55L4wqhur7ygxHjpj-GGmu5K0"
|
"Authorization": "jwt eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjE2NjA1MjExODAsInVzZXJfaWQiOm51bGwsImFwcF9pZCI6NTg0NzksInNjb3BlcyI6InB1YmxpYyIsInRlYW1fdXNlcl9pZCI6bnVsbH0.qWzrKT-ZBPkLWXGsgC89h2ocz_fS1c5UtkLaiszMQfA"
|
||||||
},
|
},
|
||||||
"activation": {
|
"activation": {
|
||||||
"url": "https://vimeo.com/_rv/viewer",
|
"url": "https://vimeo.com/_rv/viewer",
|
||||||
@@ -31271,9 +31276,11 @@
|
|||||||
},
|
},
|
||||||
"xgm.guru": {
|
"xgm.guru": {
|
||||||
"presenseStrs": [
|
"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}",
|
"url": "https://xgm.guru/user/{username}",
|
||||||
"urlMain": "https://xgm.guru",
|
"urlMain": "https://xgm.guru",
|
||||||
"usernameClaimed": "test",
|
"usernameClaimed": "test",
|
||||||
|
|||||||
Reference in New Issue
Block a user