Internal Service β This is not an HTTP endpoint. Itβs called by the enhanced logo service.
Purpose
Downloads the favicon from a website using multiple fallback methods.Function Signature
Parameters
| Parameter | Type | Description |
|---|---|---|
website_url | str | The website URL to fetch favicon from |
Returns
None if no favicon found.
Favicon Discovery Order
- Parse HTML - Look for
<link rel="icon">tags - Common paths - Try
/favicon.ico,/favicon.png,/apple-touch-icon.png - Google fallback -
https://www.google.com/s2/favicons?domain={domain}&sz=256