diff --git a/internal/reader/icon/finder.go b/internal/reader/icon/finder.go index dc4bf305..0fb3751c 100644 --- a/internal/reader/icon/finder.go +++ b/internal/reader/icon/finder.go @@ -255,7 +255,7 @@ func findIconURLsFromHTMLDocument(body io.Reader, contentType string) ([]string, "link[rel='icon' i][href]", "link[rel='shortcut icon' i][href]", "link[rel='icon shortcut' i][href]", - "link[rel='apple-touch-icon-precomposed.png'][href]", + "link[rel='apple-touch-icon'][href]", } var iconURLs []string