mirror of
https://github.com/kiwix/libkiwix.git
synced 2026-05-08 23:15:31 -04:00
When parsing a opds feed, the favicon is a url, not a dataurl. If we download the favicon all the times, it may take a lot of time to parse the feed. We store the url and download the favicon only when needed (when displayed)