mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-06 14:08:59 +00:00
Added support of uID.me and uCoz sites
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
* added uID.me uguid support
|
||||||
|
* improved requests processing
|
||||||
|
|
||||||
## [0.1.15] - 2021-03-14
|
## [0.1.15] - 2021-03-14
|
||||||
* improved HTML reports
|
* improved HTML reports
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ supported_recursive_search_ids = (
|
|||||||
'ok_id',
|
'ok_id',
|
||||||
'wikimapia_uid',
|
'wikimapia_uid',
|
||||||
'steam_id',
|
'steam_id',
|
||||||
|
'uidme_uguid',
|
||||||
)
|
)
|
||||||
|
|
||||||
common_errors = {
|
common_errors = {
|
||||||
|
|||||||
@@ -18423,9 +18423,10 @@
|
|||||||
"usernameClaimed": "god",
|
"usernameClaimed": "god",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
},
|
},
|
||||||
"uid": {
|
"uID.me (by username)": {
|
||||||
"tags": [
|
"tags": [
|
||||||
"ru"
|
"ru",
|
||||||
|
"ucoz"
|
||||||
],
|
],
|
||||||
"checkType": "status_code",
|
"checkType": "status_code",
|
||||||
"alexaRank": 26391,
|
"alexaRank": 26391,
|
||||||
@@ -18434,6 +18435,19 @@
|
|||||||
"usernameClaimed": "blue",
|
"usernameClaimed": "blue",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
},
|
},
|
||||||
|
"uID.me (by uguid)": {
|
||||||
|
"tags": [
|
||||||
|
"ru",
|
||||||
|
"ucoz"
|
||||||
|
],
|
||||||
|
"type": "uidme_uguid",
|
||||||
|
"checkType": "status_code",
|
||||||
|
"alexaRank": 26391,
|
||||||
|
"url": "http://uid.me/uguid/{username}",
|
||||||
|
"urlMain": "https://uid.me/",
|
||||||
|
"usernameClaimed": "1050362129",
|
||||||
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
|
},
|
||||||
"usman48.ru": {
|
"usman48.ru": {
|
||||||
"disabled": true,
|
"disabled": true,
|
||||||
"tags": [
|
"tags": [
|
||||||
|
|||||||
Reference in New Issue
Block a user