Projects STRLCPY maigret Commits 026fd983
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • maigret/resources/data.json
    Unable to diff as the file is too large.
  • ■ ■ ■ ■
    maigret/sites.py
    skipped 464 lines
    465 465   status_checks_perc = round(100*status_checks/enabled_count, 2)
    466 466   output += f"Status code checks: {status_checks}/{enabled_count} = {status_checks_perc}% (false positive risks)\n\n"
    467 467   
    468  - output += f"False positive risk (total): {checks_perc+status_checks_perc}%\n\n"
     468 + output += f"False positive risk (total): {checks_perc+status_checks_perc:.2f}%\n\n"
    469 469   
    470 470   top_urls_count = 20
    471 471   output += f"Top {top_urls_count} profile URLs:\n"
    skipped 15 lines
  • ■ ■ ■ ■ ■ ■
    sites.md
    1 1   
    2  -## List of supported sites (search methods): total 3067
     2 +## List of supported sites (search methods): total 3068
    3 3   
    4 4  Rank data fetched from Alexa by domains.
    5 5   
    6 6  1. ![](https://www.google.com/s2/favicons?domain=https://maps.google.com/) [Google Maps (https://maps.google.com/)](https://maps.google.com/)*: top 1, maps, us*
    7 7  1. ![](https://www.google.com/s2/favicons?domain=https://plus.google.com) [Google Plus (archived) (https://plus.google.com)](https://plus.google.com)*: top 1*
    8 8  1. ![](https://www.google.com/s2/favicons?domain=https://play.google.com/store) [GooglePlayStore (https://play.google.com/store)](https://play.google.com/store)*: top 1, apps, us*
    9  -1. ![](https://www.google.com/s2/favicons?domain=https://www.youtube.com/) [YouTube (https://www.youtube.com/)](https://www.youtube.com/)*: top 2, us, video*
     9 +1. ![](https://www.google.com/s2/favicons?domain=https://www.youtube.com/) [YouTube (https://www.youtube.com/)](https://www.youtube.com/)*: top 2, video*
     10 +1. ![](https://www.google.com/s2/favicons?domain=https://www.youtube.com/) [YouTube User (https://www.youtube.com/)](https://www.youtube.com/)*: top 2, video*
    10 11  1. ![](https://www.google.com/s2/favicons?domain=https://tieba.baidu.com) [Baidu (https://tieba.baidu.com)](https://tieba.baidu.com)*: top 3, cn*
    11 12  1. ![](https://www.google.com/s2/favicons?domain=https://www.facebook.com/) [Facebook (https://www.facebook.com/)](https://www.facebook.com/)*: top 10, networking*
    12 13  1. ![](https://www.google.com/s2/favicons?domain=https://amazon.com) [Amazon (https://amazon.com)](https://amazon.com)*: top 50, us*
    skipped 3058 lines
    3071 3072  1. ![](https://www.google.com/s2/favicons?domain=https://huggingface.co/) [HuggingFace (https://huggingface.co/)](https://huggingface.co/)*: top 100M*
    3072 3073  1. ![](https://www.google.com/s2/favicons?domain=https://manifold.markets/) [ManifoldMarkets (https://manifold.markets/)](https://manifold.markets/)*: top 100M*
    3073 3074   
    3074  -The list was updated at (2022-10-03 19:57:24.497052 UTC)
     3075 +The list was updated at (2022-10-16 22:15:02.996690 UTC)
    3075 3076  ## Statistics
    3076 3077   
    3077  -Enabled/total sites: 2828/3067 = 92.21%
     3078 +Enabled/total sites: 2829/3068 = 92.21%
    3078 3079   
    3079  -Incomplete message checks: 474/2828 = 16.76% (false positive risks)
     3080 +Incomplete message checks: 473/2829 = 16.72% (false positive risks)
    3080 3081   
    3081  -Status code checks: 722/2828 = 25.53% (false positive risks)
     3082 +Status code checks: 722/2829 = 25.52% (false positive risks)
    3082 3083   
    3083  -False positive risk (total): 42.290000000000006%
     3084 +False positive risk (total): 42.24%
    3084 3085   
    3085 3086  Top 20 profile URLs:
    3086 3087  - (796) `{urlMain}/index/8-0-{username} (uCoz)`
    3087  -- (292) `/{username}`
     3088 +- (293) `/{username}`
    3088 3089  - (221) `{urlMain}{urlSubpath}/members/?username={username} (XenForo)`
    3089 3090  - (160) `/user/{username}`
    3090 3091  - (133) `{urlMain}{urlSubpath}/member.php?username={username} (vBulletin)`
    skipped 8 lines
    3099 3100  - (41) `/members/?username={username}`
    3100 3101  - (29) `/members/{username}`
    3101 3102  - (27) `{urlMain}{urlSubpath}/memberlist.php?username={username} (phpBB)`
    3102  -- (23) `/author/{username}`
     3103 +- (24) `/author/{username}`
    3103 3104  - (18) `/forum/members/?username={username}`
    3104 3105  - (18) `/forum/search.php?keywords=&terms=all&author={username}`
    3105 3106  - (17) `/search.php?keywords=&terms=all&author={username}`
    skipped 23 lines
Please wait...
Page is in error, reload to recover