mirror of
https://github.com/soxoj/maigret.git
synced 2026-08-17 19:25:41 +02:00
Add 5 new sites (#2840)
This commit is contained in:
+64
-15
@@ -6840,23 +6840,17 @@
|
||||
},
|
||||
"Plurk": {
|
||||
"tags": [
|
||||
"social",
|
||||
"tw",
|
||||
"us"
|
||||
],
|
||||
"urlProbe": "https://gab.com/api/v1/account_by_username/{username}",
|
||||
"checkType": "status_code",
|
||||
"presenseStrs": [
|
||||
"display_name"
|
||||
"cn",
|
||||
"tw"
|
||||
],
|
||||
"checkType": "message",
|
||||
"urlMain": "https://www.plurk.com/",
|
||||
"url": "https://www.plurk.com/{username}",
|
||||
"usernameClaimed": "kigi",
|
||||
"usernameUnclaimed": "noonewouldeverusethis7",
|
||||
"absenceStrs": [
|
||||
"Record not found"
|
||||
],
|
||||
"alexaRank": 4023,
|
||||
"urlMain": "https://gab.com/",
|
||||
"url": "https://gab.com/{username}",
|
||||
"usernameClaimed": "alex",
|
||||
"usernameUnclaimed": "noonewouldeverusethis777"
|
||||
"User Not Found!"
|
||||
]
|
||||
},
|
||||
"MyFitnessPal": {
|
||||
"disabled": true,
|
||||
@@ -36387,6 +36381,61 @@
|
||||
"url": "https://forum.cocos.org/u/{username}",
|
||||
"usernameClaimed": "jare",
|
||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Sina Blog": {
|
||||
"tags": [
|
||||
"blog",
|
||||
"cn"
|
||||
],
|
||||
"checkType": "status_code",
|
||||
"urlMain": "https://blog.sina.com.cn/",
|
||||
"url": "https://blog.sina.com.cn/{username}",
|
||||
"usernameClaimed": "laoxu",
|
||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Chiphell": {
|
||||
"tags": [
|
||||
"cn",
|
||||
"forum"
|
||||
],
|
||||
"checkType": "message",
|
||||
"urlMain": "https://www.chiphell.com/",
|
||||
"url": "https://www.chiphell.com/home.php?mod=space&username={username}",
|
||||
"usernameClaimed": "admin",
|
||||
"usernameUnclaimed": "noonewouldeverusethis7",
|
||||
"presenseStrs": [
|
||||
"的个人资料"
|
||||
]
|
||||
},
|
||||
"Bahamut": {
|
||||
"tags": [
|
||||
"cn",
|
||||
"gaming",
|
||||
"tw"
|
||||
],
|
||||
"checkType": "message",
|
||||
"urlMain": "https://home.gamer.com.tw/",
|
||||
"url": "https://home.gamer.com.tw/profile/index.php?owner={username}",
|
||||
"usernameClaimed": "Miorin",
|
||||
"usernameUnclaimed": "noonewouldeverusethis7",
|
||||
"presenseStrs": [
|
||||
"的小屋首頁"
|
||||
]
|
||||
},
|
||||
"hkitalk": {
|
||||
"tags": [
|
||||
"cn",
|
||||
"forum",
|
||||
"hk"
|
||||
],
|
||||
"checkType": "message",
|
||||
"urlMain": "https://www.hkitalk.net/",
|
||||
"url": "https://www.hkitalk.net/HKiTalk2/home.php?mod=space&username={username}",
|
||||
"usernameClaimed": "admin",
|
||||
"usernameUnclaimed": "noonewouldeverusethis7",
|
||||
"presenseStrs": [
|
||||
"的個人資料"
|
||||
]
|
||||
}
|
||||
},
|
||||
"engines": {
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"version": 1,
|
||||
"updated_at": "2026-07-05T18:07:57Z",
|
||||
"sites_count": 3183,
|
||||
"updated_at": "2026-07-05T18:40:03Z",
|
||||
"sites_count": 3187,
|
||||
"min_maigret_version": "0.5.0",
|
||||
"data_sha256": "2bf5485329be290f51fa4ba3902f00a14ec0b33a6b73fb24fcc26685f3004824",
|
||||
"data_sha256": "881992b17910040e62a1c0eb4d4c5a1f4fc02432f4855058c34600033e685731",
|
||||
"data_url": "https://raw.githubusercontent.com/soxoj/maigret/main/maigret/resources/data.json"
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
## List of supported sites (search methods): total 3183
|
||||
## List of supported sites (search methods): total 3187
|
||||
|
||||
Rank data fetched from Majestic Million by domains.
|
||||
|
||||
@@ -258,7 +258,6 @@ Rank data fetched from Majestic Million by domains.
|
||||
1.  [ChaturBate (https://chaturbate.com)](https://chaturbate.com)*: top 5K, porn, webcam*
|
||||
1.  [HackerOne (https://hackerone.com/)](https://hackerone.com/)*: top 5K, coding, hacking*
|
||||
1.  [MyFitnessPal (https://www.myfitnesspal.com/)](https://www.myfitnesspal.com/)*: top 5K, sport*, search is disabled
|
||||
1.  [Plurk (https://gab.com/)](https://gab.com/)*: top 5K, social, tw, us*
|
||||
1.  [Contently (https://contently.com/)](https://contently.com/)*: top 5K, freelance*
|
||||
1.  [MyMiniFactory (https://www.myminifactory.com/)](https://www.myminifactory.com/)*: top 5K, 3d, shopping*
|
||||
1.  [9GAG (https://www.9gag.com/)](https://www.9gag.com/)*: top 5K, sharing, social*, search is disabled
|
||||
@@ -1526,6 +1525,7 @@ Rank data fetched from Majestic Million by domains.
|
||||
1.  [osta.ucoz.com (http://osta.ucoz.com)](http://osta.ucoz.com)*: top 100M*
|
||||
1.  [wm.ucoz.com (http://wm.ucoz.com)](http://wm.ucoz.com)*: top 100M*
|
||||
1.  [forums.linuxmint.com (https://forums.linuxmint.com)](https://forums.linuxmint.com)*: top 100M, forum*
|
||||
1.  [Plurk (https://www.plurk.com/)](https://www.plurk.com/)*: top 100M, cn, tw*
|
||||
1.  [BodyBuilding (https://bodyspace.bodybuilding.com/)](https://bodyspace.bodybuilding.com/)*: top 100M*
|
||||
1.  [community.simplilearn.com (https://community.simplilearn.com)](https://community.simplilearn.com)*: top 100M, forum*
|
||||
1.  [Cbr (https://community.cbr.com)](https://community.cbr.com)*: top 100M, forum*, search is disabled
|
||||
@@ -3186,25 +3186,29 @@ Rank data fetched from Majestic Million by domains.
|
||||
1.  [Honor Club (https://club.honor.com/cn/)](https://club.honor.com/cn/)*: top 100M, cn, forum*
|
||||
1.  [AskTUG (https://asktug.com/)](https://asktug.com/)*: top 100M, cn, coding*
|
||||
1.  [Cocos Community (https://forum.cocos.org/)](https://forum.cocos.org/)*: top 100M, cn, coding*
|
||||
1.  [Sina Blog (https://blog.sina.com.cn/)](https://blog.sina.com.cn/)*: top 100M, blog, cn*
|
||||
1.  [Chiphell (https://www.chiphell.com/)](https://www.chiphell.com/)*: top 100M, cn, forum*
|
||||
1.  [Bahamut (https://home.gamer.com.tw/)](https://home.gamer.com.tw/)*: top 100M, cn, gaming, tw*
|
||||
1.  [hkitalk (https://www.hkitalk.net/)](https://www.hkitalk.net/)*: top 100M, cn, forum, hk*
|
||||
|
||||
The list was updated at (2026-07-05)
|
||||
## Statistics
|
||||
|
||||
Enabled/total sites: 2517/3183 = 79.08%
|
||||
Enabled/total sites: 2521/3187 = 79.1%
|
||||
|
||||
Incomplete message checks: 312/2517 = 12.4% (false positive risks)
|
||||
Incomplete message checks: 316/2521 = 12.53% (false positive risks)
|
||||
|
||||
Status code checks: 687/2517 = 27.29% (false positive risks)
|
||||
Status code checks: 687/2521 = 27.25% (false positive risks)
|
||||
|
||||
False positive risk (total): 39.69%
|
||||
False positive risk (total): 39.78%
|
||||
|
||||
Sites with probing: 500px, Armchairgm, BinarySearch (disabled), BitBucket, BleachFandom, Bluesky, BongaCams, Boosty, BuyMeACoffee, Calendly, Cent, Chess, Code Sandbox (disabled), Code Snippet Wiki, DailyMotion, Discord, Diskusjon.no, Disqus, Docker Hub, Duolingo, F-droid, Faceit, FandomCommunityCentral, GitHub, GitLab, Golangbridge, Google Plus (archived), Gravatar, HackTheBox, HackerNews, HackerNoon, Hackerrank, Hashnode, Hey, Holopin, ITVDN Forum, Imgur, Instagram, Keybase, Kick, Kvinneguiden, LeetCode, Lemmy World, Lesswrong, Livejasmin, LocalCryptos (disabled), Mapillary Forum, Matrix, Medium, MetaDiscourse, MicrosoftLearn, Minds, MixCloud, Monkeytype, NPM, Niftygateway, ORCID, Omg.lol, OnlyFans, Paragraph, Picsart, Plurk, Polarsteps, Rarible, Reddit, Reddit Search (Pushshift) (disabled), Revolut.me, RoyalCams, Scratch, Silver-collector, Soop, SportsTracker, Spotify, StackOverflow, Substack, TAP'D, Topcoder, Trello, Twitch, Twitter, Twitter Shadowban (disabled), UnstoppableDomains, Vimeo, Vivino, Warframe Market, Warpcast, Weibo, Wikipedia, Yapisal (disabled), YouNow, community.endlessos.com, community.getpostman.com, community.icons8.com, community.p2pu.org, discourse.haskell.org, discourse.jupyter.org, discuss.inventables.com, en.brickimedia.org, forum.audacityteam.org, forum.garudalinux.org, forum.ghost.org, forum.languagelearningwithnetflix.com, forum.shotcut.org, forum.zorin.com, forums.docker.com, forums.grandstream.com, forums.steinberg.net, hiveos.farm, iNaturalist, nightbot, notabug.org, openframeworks, programming.dev, qiwi.me (disabled), sourceruns, support.ilovegrowingmarijuana.com
|
||||
Sites with probing: 500px, Armchairgm, BinarySearch (disabled), BitBucket, BleachFandom, Bluesky, BongaCams, Boosty, BuyMeACoffee, Calendly, Cent, Chess, Code Sandbox (disabled), Code Snippet Wiki, DailyMotion, Discord, Diskusjon.no, Disqus, Docker Hub, Duolingo, F-droid, Faceit, FandomCommunityCentral, GitHub, GitLab, Golangbridge, Google Plus (archived), Gravatar, HackTheBox, HackerNews, HackerNoon, Hackerrank, Hashnode, Hey, Holopin, ITVDN Forum, Imgur, Instagram, Keybase, Kick, Kvinneguiden, LeetCode, Lemmy World, Lesswrong, Livejasmin, LocalCryptos (disabled), Mapillary Forum, Matrix, Medium, MetaDiscourse, MicrosoftLearn, Minds, MixCloud, Monkeytype, NPM, Niftygateway, ORCID, Omg.lol, OnlyFans, Paragraph, Picsart, Polarsteps, Rarible, Reddit, Reddit Search (Pushshift) (disabled), Revolut.me, RoyalCams, Scratch, Silver-collector, Soop, SportsTracker, Spotify, StackOverflow, Substack, TAP'D, Topcoder, Trello, Twitch, Twitter, Twitter Shadowban (disabled), UnstoppableDomains, Vimeo, Vivino, Warframe Market, Warpcast, Weibo, Wikipedia, Yapisal (disabled), YouNow, community.endlessos.com, community.getpostman.com, community.icons8.com, community.p2pu.org, discourse.haskell.org, discourse.jupyter.org, discuss.inventables.com, en.brickimedia.org, forum.audacityteam.org, forum.garudalinux.org, forum.ghost.org, forum.languagelearningwithnetflix.com, forum.shotcut.org, forum.zorin.com, forums.docker.com, forums.grandstream.com, forums.steinberg.net, hiveos.farm, iNaturalist, nightbot, notabug.org, openframeworks, programming.dev, qiwi.me (disabled), sourceruns, support.ilovegrowingmarijuana.com
|
||||
|
||||
Sites with activation: OnlyFans, Twitter, Vimeo, Weibo, WikimapiaSearch
|
||||
|
||||
Top 20 profile URLs:
|
||||
- (709) `{urlMain}/index/8-0-{username} (uCoz)`
|
||||
- (318) `/{username}`
|
||||
- (319) `/{username}`
|
||||
- (223) `{urlMain}{urlSubpath}/members/?username={username} (XenForo)`
|
||||
- (173) `/user/{username}`
|
||||
- (139) `/profile/{username}`
|
||||
@@ -3244,14 +3248,14 @@ Sites by engine:
|
||||
|
||||
Top 20 tags:
|
||||
- (1057) `NO_TAGS` (non-standard)
|
||||
- (754) `forum`
|
||||
- (130) `gaming`
|
||||
- (756) `forum`
|
||||
- (131) `gaming`
|
||||
- (98) `coding`
|
||||
- (58) `photo`
|
||||
- (47) `social`
|
||||
- (47) `tech`
|
||||
- (46) `social`
|
||||
- (43) `news`
|
||||
- (39) `blog`
|
||||
- (40) `blog`
|
||||
- (33) `music`
|
||||
- (31) `shopping`
|
||||
- (29) `crypto`
|
||||
|
||||
Reference in New Issue
Block a user