mirror of
https://github.com/kiwix/libkiwix.git
synced 2026-03-09 01:28:58 -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)