mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-16 03:15:40 +00:00
Merge pull request #84 from soxoj/ucoz-support
Added support of uID.me and uCoz sites
This commit is contained in:
@@ -26,8 +26,8 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
python -m pip install flake8 pytest
|
python -m pip install flake8 pytest pytest-rerunfailures
|
||||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: |
|
run: |
|
||||||
pytest
|
pytest --reruns 3 --reruns-delay 5
|
||||||
|
|||||||
@@ -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