mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00: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)