miniflux/internal/reader
jvoisin 06e256e5ef Simplify internal/reader/icon/finder.go
- Use a simple regex to parse data uri instead of a hand-rolled parser, and
  document what fields are considered mandatory.
- Use case-insensitive matching to find (fav)icons, instead of doing the same
  query twice with different letter cases
- Add 'apple-touch-icon-precomposed.png' as a fallback favicon
- Reorder the queries to have i`con` first, since it seems to be the most
  popular one. It used to be last, meaning that pages had to be parsed
  completely 4 times, instead of one now.
- Minor factorisation in findIconURLsFromHTMLDocument
2024-02-26 18:18:04 -08:00
..
atom
date
dublincore
encoding
fetcher
handler Add feed option to disable HTTP/2 to avoid fingerprinting 2024-02-24 22:30:26 -08:00
icon
json
media Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
opml Fix categories import from Thunderbird's OPML 2024-02-24 19:43:33 -08:00
parser
processor
rdf
readability
readingtime
rewrite
rss
sanitizer
scraper
subscription Miscellaneous improvements to internal/reader/subscription/finder.go 2024-02-26 17:52:21 -08:00
xml