Projects STRLCPY maigret Commits 4f9dace1
🤬
  • maigret/resources/data.json
    Diff is too large to be displayed.
  • sites.md
    Diff is too large to be displayed.
  • ■ ■ ■ ■ ■
    utils/update_site_data.py
    skipped 120 lines
    121 121   note = ''
    122 122   if site.disabled:
    123 123   note = ', search is disabled'
    124  - site_file.write(f'1. [{site}]({url_main})*: top {valid_rank}{tags}*{note}\n')
     124 + 
     125 + favicon = f"![](https://www.google.com/s2/favicons?domain={url_main})"
     126 + site_file.write(f'1.{favicon} [{site}]({url_main})*: top {valid_rank}{tags}*{note}\n')
    125 127   db.update_site(site)
    126 128   
    127 129   site_file.write(f'\nAlexa.com rank data fetched at ({datetime.utcnow()} UTC)\n')
    skipped 4 lines
Please wait...
Page is in error, reload to recover