mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-06 22:19:01 +00:00
Added Yelp and yelp_userid support
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# Changelog
|
||||
|
||||
## [Unreleased]
|
||||
* added Yelp and yelp_userid support
|
||||
|
||||
## [0.2.2] - 2021-05-07
|
||||
* improved ids extractors
|
||||
|
||||
@@ -36,6 +36,7 @@ SUPPORTED_IDS = (
|
||||
"wikimapia_uid",
|
||||
"steam_id",
|
||||
"uidme_uguid",
|
||||
"yelp_userid",
|
||||
)
|
||||
|
||||
BAD_CHARS = "#"
|
||||
|
||||
@@ -26154,6 +26154,45 @@
|
||||
"engine": "vBulletin",
|
||||
"usernameClaimed": "alex",
|
||||
"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": {
|
||||
|
||||
Reference in New Issue
Block a user