mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-06 22:19:01 +00:00
Merge pull request #76 from soxoj/new-sites
Several sites added, Disqus improved, tags fixes
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
## [0.1.15] - 2021-03-14
|
## [0.1.15] - 2021-03-14
|
||||||
* improved HTML reports
|
* improved HTML reports
|
||||||
* fixed python-3.6- specific error
|
* fixed python-3.6-specific error
|
||||||
* false positives fixes
|
* false positives fixes
|
||||||
|
|
||||||
## [0.1.14] - 2021-02-25
|
## [0.1.14] - 2021-02-25
|
||||||
|
|||||||
+71
-12
@@ -2716,8 +2716,7 @@
|
|||||||
},
|
},
|
||||||
"Codementor": {
|
"Codementor": {
|
||||||
"tags": [
|
"tags": [
|
||||||
"global",
|
"coding"
|
||||||
"in"
|
|
||||||
],
|
],
|
||||||
"checkType": "message",
|
"checkType": "message",
|
||||||
"absenceStrs": "Adapted from",
|
"absenceStrs": "Adapted from",
|
||||||
@@ -2729,8 +2728,7 @@
|
|||||||
},
|
},
|
||||||
"Codepen": {
|
"Codepen": {
|
||||||
"tags": [
|
"tags": [
|
||||||
"global",
|
"coding"
|
||||||
"in"
|
|
||||||
],
|
],
|
||||||
"errors": {
|
"errors": {
|
||||||
"Checking your browser before accessing": "Autoredirect detected"
|
"Checking your browser before accessing": "Autoredirect detected"
|
||||||
@@ -2745,7 +2743,7 @@
|
|||||||
},
|
},
|
||||||
"Coderwall": {
|
"Coderwall": {
|
||||||
"tags": [
|
"tags": [
|
||||||
"in"
|
"coding"
|
||||||
],
|
],
|
||||||
"regexCheck": "^[^\\.]+$",
|
"regexCheck": "^[^\\.]+$",
|
||||||
"checkType": "message",
|
"checkType": "message",
|
||||||
@@ -2758,7 +2756,7 @@
|
|||||||
},
|
},
|
||||||
"Codewars": {
|
"Codewars": {
|
||||||
"tags": [
|
"tags": [
|
||||||
"us"
|
"coding"
|
||||||
],
|
],
|
||||||
"checkType": "status_code",
|
"checkType": "status_code",
|
||||||
"alexaRank": 17216,
|
"alexaRank": 17216,
|
||||||
@@ -2770,7 +2768,7 @@
|
|||||||
"Comedy": {
|
"Comedy": {
|
||||||
"tags": [
|
"tags": [
|
||||||
"gb",
|
"gb",
|
||||||
"us"
|
"movies"
|
||||||
],
|
],
|
||||||
"checkType": "status_code",
|
"checkType": "status_code",
|
||||||
"alexaRank": 116782,
|
"alexaRank": 116782,
|
||||||
@@ -2827,7 +2825,7 @@
|
|||||||
},
|
},
|
||||||
"Contently": {
|
"Contently": {
|
||||||
"tags": [
|
"tags": [
|
||||||
"in"
|
"freelance"
|
||||||
],
|
],
|
||||||
"regexCheck": "^[a-zA-Z][a-zA-Z0-9_-]*$",
|
"regexCheck": "^[a-zA-Z][a-zA-Z0-9_-]*$",
|
||||||
"checkType": "message",
|
"checkType": "message",
|
||||||
@@ -2993,7 +2991,7 @@
|
|||||||
},
|
},
|
||||||
"DEV Community": {
|
"DEV Community": {
|
||||||
"tags": [
|
"tags": [
|
||||||
"in"
|
"coding"
|
||||||
],
|
],
|
||||||
"regexCheck": "^[a-zA-Z][a-zA-Z0-9_-]*$",
|
"regexCheck": "^[a-zA-Z][a-zA-Z0-9_-]*$",
|
||||||
"checkType": "status_code",
|
"checkType": "status_code",
|
||||||
@@ -3283,8 +3281,8 @@
|
|||||||
},
|
},
|
||||||
"DigitalOcean": {
|
"DigitalOcean": {
|
||||||
"tags": [
|
"tags": [
|
||||||
"global",
|
"tech",
|
||||||
"in"
|
"forum"
|
||||||
],
|
],
|
||||||
"regexCheck": "^[^\\.]+$",
|
"regexCheck": "^[^\\.]+$",
|
||||||
"checkType": "status_code",
|
"checkType": "status_code",
|
||||||
@@ -3397,7 +3395,17 @@
|
|||||||
"tags": [
|
"tags": [
|
||||||
"discussion"
|
"discussion"
|
||||||
],
|
],
|
||||||
|
"errors": {
|
||||||
|
"Invalid API key": "New API key needed"
|
||||||
|
},
|
||||||
|
"urlProbe": "https://disqus.com/api/3.0/users/details?user=username%3A{username}&attach=userFlaggedUser&api_key=E8Uh5l5fHZ6gD8U3KycjAIAk46f68Zw7C6eW8WSjZvCLXebZ7p0r1yrYDrLilk2F",
|
||||||
"checkType": "status_code",
|
"checkType": "status_code",
|
||||||
|
"presenseStrs": [
|
||||||
|
"https://disqus.com/api/users/"
|
||||||
|
],
|
||||||
|
"absenceStrs": [
|
||||||
|
"User matching query does not exist"
|
||||||
|
],
|
||||||
"alexaRank": 836,
|
"alexaRank": 836,
|
||||||
"url": "https://disqus.com/{username}",
|
"url": "https://disqus.com/{username}",
|
||||||
"urlMain": "https://disqus.com/",
|
"urlMain": "https://disqus.com/",
|
||||||
@@ -3418,7 +3426,8 @@
|
|||||||
},
|
},
|
||||||
"Diveforum": {
|
"Diveforum": {
|
||||||
"tags": [
|
"tags": [
|
||||||
"ru"
|
"ru",
|
||||||
|
"forum"
|
||||||
],
|
],
|
||||||
"checkType": "message",
|
"checkType": "message",
|
||||||
"absenceStrs": "\u0418\u0437\u0432\u0438\u043d\u0438\u0442\u0435",
|
"absenceStrs": "\u0418\u0437\u0432\u0438\u043d\u0438\u0442\u0435",
|
||||||
@@ -5749,6 +5758,13 @@
|
|||||||
"usernameClaimed": "blue",
|
"usernameClaimed": "blue",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
},
|
},
|
||||||
|
"Bit.ly": {
|
||||||
|
"checkType": "status_code",
|
||||||
|
"url": "https://bit.ly/{username}",
|
||||||
|
"urlMain": "https://bit.ly",
|
||||||
|
"usernameClaimed": "john",
|
||||||
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
|
},
|
||||||
"Gps-data-team": {
|
"Gps-data-team": {
|
||||||
"disabled": true,
|
"disabled": true,
|
||||||
"tags": [
|
"tags": [
|
||||||
@@ -23274,6 +23290,49 @@
|
|||||||
"urlMain": "http://mkuniverse.ru",
|
"urlMain": "http://mkuniverse.ru",
|
||||||
"usernameClaimed": "alex",
|
"usernameClaimed": "alex",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
|
},
|
||||||
|
"hashnode.com": {
|
||||||
|
"checkType": "message",
|
||||||
|
"presenseStrs": [
|
||||||
|
"email",
|
||||||
|
"profile-tags",
|
||||||
|
"name",
|
||||||
|
"og:site_name",
|
||||||
|
" name="
|
||||||
|
],
|
||||||
|
"absenceStrs": [
|
||||||
|
"></title><meta name="
|
||||||
|
],
|
||||||
|
"url": "https://hashnode.com/@{username}",
|
||||||
|
"urlMain": "https://hashnode.com",
|
||||||
|
"usernameClaimed": "melwinalm",
|
||||||
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
|
},
|
||||||
|
"www.change.org": {
|
||||||
|
"checkType": "message",
|
||||||
|
"presenseStrs": [
|
||||||
|
"first_name",
|
||||||
|
"last_name",
|
||||||
|
"Email",
|
||||||
|
"email",
|
||||||
|
"pathname"
|
||||||
|
],
|
||||||
|
"url": "https://www.change.org/o/{username}",
|
||||||
|
"urlMain": "https://www.change.org",
|
||||||
|
"usernameClaimed": "changedotorg",
|
||||||
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
|
},
|
||||||
|
"www.ifunny.co": {
|
||||||
|
"checkType": "message",
|
||||||
|
"presenseStrs": [
|
||||||
|
"firstname",
|
||||||
|
" lastname",
|
||||||
|
" profile"
|
||||||
|
],
|
||||||
|
"url": "https://www.ifunny.co/user/{username}",
|
||||||
|
"urlMain": "https://www.ifunny.co",
|
||||||
|
"usernameClaimed": "blue",
|
||||||
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|||||||
Reference in New Issue
Block a user