mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-07 06:24:35 +00:00
Merge pull request #132 from soxoj/yelp
Added Yelp and yelp_userid support
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
* added Yelp and yelp_userid support
|
||||||
|
|
||||||
## [0.2.2] - 2021-05-07
|
## [0.2.2] - 2021-05-07
|
||||||
* improved ids extractors
|
* improved ids extractors
|
||||||
|
|||||||
@@ -36,6 +36,7 @@ SUPPORTED_IDS = (
|
|||||||
"wikimapia_uid",
|
"wikimapia_uid",
|
||||||
"steam_id",
|
"steam_id",
|
||||||
"uidme_uguid",
|
"uidme_uguid",
|
||||||
|
"yelp_userid",
|
||||||
)
|
)
|
||||||
|
|
||||||
BAD_CHARS = "#"
|
BAD_CHARS = "#"
|
||||||
|
|||||||
@@ -26154,6 +26154,45 @@
|
|||||||
"engine": "vBulletin",
|
"engine": "vBulletin",
|
||||||
"usernameClaimed": "alex",
|
"usernameClaimed": "alex",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
|
},
|
||||||
|
"Yelp": {
|
||||||
|
"absenceStrs": [
|
||||||
|
"viewName",
|
||||||
|
" dropdown_user-name"
|
||||||
|
],
|
||||||
|
"presenseStrs": [
|
||||||
|
"Username",
|
||||||
|
"Birthday",
|
||||||
|
"First Name",
|
||||||
|
"Last Name",
|
||||||
|
"Email"
|
||||||
|
],
|
||||||
|
"url": "http://{username}.yelp.com/",
|
||||||
|
"urlMain": "http://www.yelp.com",
|
||||||
|
"usernameClaimed": "andrew",
|
||||||
|
"usernameUnclaimed": "noonewouldeverusethis7",
|
||||||
|
"checkType": "message"
|
||||||
|
},
|
||||||
|
"Yelp (by id)": {
|
||||||
|
"absenceStrs": [
|
||||||
|
"error-page",
|
||||||
|
" page-status",
|
||||||
|
" error-wrap"
|
||||||
|
],
|
||||||
|
"presenseStrs": [
|
||||||
|
"Birthday",
|
||||||
|
"Username",
|
||||||
|
"First Name",
|
||||||
|
"Last Name",
|
||||||
|
"Email"
|
||||||
|
],
|
||||||
|
"source": "Yelp",
|
||||||
|
"type": "yelp_userid",
|
||||||
|
"url": "https://www.yelp.com/user_details?userid={username}",
|
||||||
|
"urlMain": "https://www.yelp.com",
|
||||||
|
"usernameClaimed": "iX_lqhcobUBvM2S671_RyA",
|
||||||
|
"usernameUnclaimed": "noonewouldeverusethis7",
|
||||||
|
"checkType": "message"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|||||||
Reference in New Issue
Block a user