mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-07 06:24:35 +00:00
Added Weibo, Reddit BigData search, Wigle and several other sites
This commit is contained in:
@@ -26193,6 +26193,58 @@
|
|||||||
"usernameClaimed": "iX_lqhcobUBvM2S671_RyA",
|
"usernameClaimed": "iX_lqhcobUBvM2S671_RyA",
|
||||||
"usernameUnclaimed": "noonewouldeverusethis7",
|
"usernameUnclaimed": "noonewouldeverusethis7",
|
||||||
"checkType": "message"
|
"checkType": "message"
|
||||||
|
},
|
||||||
|
"Wigle": {
|
||||||
|
"urlSubpath": "/phpbb",
|
||||||
|
"urlMain": "https://wigle.net",
|
||||||
|
"engine": "phpBB/Search",
|
||||||
|
"usernameClaimed": "arkasha",
|
||||||
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
|
},
|
||||||
|
"Reddit Search (Pushshift)": {
|
||||||
|
"urlMain": "https://camas.github.io/",
|
||||||
|
"url": "https://camas.github.io/reddit-search/#{{\"author\":\"{username}\",\"resultSize\":100}}",
|
||||||
|
"urlProbe": "https://api.pushshift.io/reddit/comment/search?html_decode=true&author={username}&size=100",
|
||||||
|
"usernameClaimed": "arkasha",
|
||||||
|
"source": "Reddit",
|
||||||
|
"checkType": "message",
|
||||||
|
"usernameUnclaimed": "noonewouldeverusethis7",
|
||||||
|
"presenseStrs": [
|
||||||
|
"all_awardings"
|
||||||
|
],
|
||||||
|
"absenceStrs": [
|
||||||
|
"\"data\": []"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"pornsavant.com": {
|
||||||
|
"urlMain": "https://pornsavant.com",
|
||||||
|
"engine": "vBulletin",
|
||||||
|
"usernameClaimed": "alex",
|
||||||
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
|
},
|
||||||
|
"holodforum.ru": {
|
||||||
|
"urlMain": "https://holodforum.ru",
|
||||||
|
"engine": "vBulletin",
|
||||||
|
"usernameClaimed": "alex",
|
||||||
|
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||||
|
},
|
||||||
|
"Weibo": {
|
||||||
|
"absenceStrs": [
|
||||||
|
"username_box\\",
|
||||||
|
"info_list username\\"
|
||||||
|
],
|
||||||
|
"presenseStrs": [
|
||||||
|
"pf_username\\",
|
||||||
|
"use_num\\"
|
||||||
|
],
|
||||||
|
"url": "https://weibo.com/{username}",
|
||||||
|
"urlMain": "https://weibo.com",
|
||||||
|
"usernameClaimed": "clairekuo",
|
||||||
|
"usernameUnclaimed": "noonewouldeverusethis7",
|
||||||
|
"headers": {
|
||||||
|
"Cookie": "SUB=_2AkMXyuc_f8NxqwJRmP8SyWPrbo13zAvEieKhlhbkJRMxHRl-123"
|
||||||
|
},
|
||||||
|
"checkType": "message"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|||||||
@@ -133,6 +133,7 @@ async def detect_known_engine(
|
|||||||
) -> List[MaigretSite]:
|
) -> List[MaigretSite]:
|
||||||
try:
|
try:
|
||||||
r = requests.get(url_mainpage)
|
r = requests.get(url_mainpage)
|
||||||
|
logger.debug(r.text)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logger.warning(e)
|
logger.warning(e)
|
||||||
print("Some error while checking main page")
|
print("Some error while checking main page")
|
||||||
|
|||||||
Reference in New Issue
Block a user