mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-07 06:24:35 +00:00
Fixed YouTube (#717)
This commit is contained in:
@@ -18355,17 +18355,41 @@
|
||||
},
|
||||
"YouTube": {
|
||||
"tags": [
|
||||
"us",
|
||||
"video"
|
||||
],
|
||||
"regexCheck": "^[^\\/]+$",
|
||||
"checkType": "message",
|
||||
"presenseStrs": [
|
||||
"href=\"/feed/channel"
|
||||
],
|
||||
"absenceStrs": [
|
||||
"Not Found"
|
||||
"Error - Invidious",
|
||||
"This channel does not exist"
|
||||
],
|
||||
"alexaRank": 2,
|
||||
"urlMain": "https://www.youtube.com/",
|
||||
"url": "https://www.youtube.com/{username}",
|
||||
"urlProbe": "https://invidious.slipfox.xyz/c/{username}",
|
||||
"usernameClaimed": "test",
|
||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"YouTube User": {
|
||||
"tags": [
|
||||
"video"
|
||||
],
|
||||
"regexCheck": "^[^\\/]+$",
|
||||
"checkType": "message",
|
||||
"presenseStrs": [
|
||||
"href=\"/feed/channel"
|
||||
],
|
||||
"absenceStrs": [
|
||||
"Error - Invidious",
|
||||
"This channel does not exist"
|
||||
],
|
||||
"alexaRank": 2,
|
||||
"urlMain": "https://www.youtube.com/",
|
||||
"url": "https://www.youtube.com/{username}",
|
||||
"urlProbe": "https://invidious.slipfox.xyz/user/{username}",
|
||||
"usernameClaimed": "blue",
|
||||
"usernameUnclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
|
||||
+1
-1
@@ -465,7 +465,7 @@ class MaigretDatabase:
|
||||
status_checks_perc = round(100*status_checks/enabled_count, 2)
|
||||
output += f"Status code checks: {status_checks}/{enabled_count} = {status_checks_perc}% (false positive risks)\n\n"
|
||||
|
||||
output += f"False positive risk (total): {checks_perc+status_checks_perc}%\n\n"
|
||||
output += f"False positive risk (total): {checks_perc+status_checks_perc:.2f}%\n\n"
|
||||
|
||||
top_urls_count = 20
|
||||
output += f"Top {top_urls_count} profile URLs:\n"
|
||||
|
||||
@@ -1,12 +1,13 @@
|
||||
|
||||
## List of supported sites (search methods): total 3067
|
||||
## List of supported sites (search methods): total 3068
|
||||
|
||||
Rank data fetched from Alexa by domains.
|
||||
|
||||
1.  [Google Maps (https://maps.google.com/)](https://maps.google.com/)*: top 1, maps, us*
|
||||
1.  [Google Plus (archived) (https://plus.google.com)](https://plus.google.com)*: top 1*
|
||||
1.  [GooglePlayStore (https://play.google.com/store)](https://play.google.com/store)*: top 1, apps, us*
|
||||
1.  [YouTube (https://www.youtube.com/)](https://www.youtube.com/)*: top 2, us, video*
|
||||
1.  [YouTube (https://www.youtube.com/)](https://www.youtube.com/)*: top 2, video*
|
||||
1.  [YouTube User (https://www.youtube.com/)](https://www.youtube.com/)*: top 2, video*
|
||||
1.  [Baidu (https://tieba.baidu.com)](https://tieba.baidu.com)*: top 3, cn*
|
||||
1.  [Facebook (https://www.facebook.com/)](https://www.facebook.com/)*: top 10, networking*
|
||||
1.  [Amazon (https://amazon.com)](https://amazon.com)*: top 50, us*
|
||||
@@ -3071,20 +3072,20 @@ Rank data fetched from Alexa by domains.
|
||||
1.  [HuggingFace (https://huggingface.co/)](https://huggingface.co/)*: top 100M*
|
||||
1.  [ManifoldMarkets (https://manifold.markets/)](https://manifold.markets/)*: top 100M*
|
||||
|
||||
The list was updated at (2022-10-03 19:57:24.497052 UTC)
|
||||
The list was updated at (2022-10-16 22:15:02.996690 UTC)
|
||||
## Statistics
|
||||
|
||||
Enabled/total sites: 2828/3067 = 92.21%
|
||||
Enabled/total sites: 2829/3068 = 92.21%
|
||||
|
||||
Incomplete message checks: 474/2828 = 16.76% (false positive risks)
|
||||
Incomplete message checks: 473/2829 = 16.72% (false positive risks)
|
||||
|
||||
Status code checks: 722/2828 = 25.53% (false positive risks)
|
||||
Status code checks: 722/2829 = 25.52% (false positive risks)
|
||||
|
||||
False positive risk (total): 42.290000000000006%
|
||||
False positive risk (total): 42.24%
|
||||
|
||||
Top 20 profile URLs:
|
||||
- (796) `{urlMain}/index/8-0-{username} (uCoz)`
|
||||
- (292) `/{username}`
|
||||
- (293) `/{username}`
|
||||
- (221) `{urlMain}{urlSubpath}/members/?username={username} (XenForo)`
|
||||
- (160) `/user/{username}`
|
||||
- (133) `{urlMain}{urlSubpath}/member.php?username={username} (vBulletin)`
|
||||
@@ -3099,7 +3100,7 @@ Top 20 profile URLs:
|
||||
- (41) `/members/?username={username}`
|
||||
- (29) `/members/{username}`
|
||||
- (27) `{urlMain}{urlSubpath}/memberlist.php?username={username} (phpBB)`
|
||||
- (23) `/author/{username}`
|
||||
- (24) `/author/{username}`
|
||||
- (18) `/forum/members/?username={username}`
|
||||
- (18) `/forum/search.php?keywords=&terms=all&author={username}`
|
||||
- (17) `/search.php?keywords=&terms=all&author={username}`
|
||||
|
||||
Reference in New Issue
Block a user