diff --git a/hosts/common/programs/koreader/default.nix b/hosts/common/programs/koreader/default.nix index d081ee19..0961c633 100644 --- a/hosts/common/programs/koreader/default.nix +++ b/hosts/common/programs/koreader/default.nix @@ -10,11 +10,12 @@ let # limit = 0 => download and keep *all* articles # download_full_article = true => populate feed by downloading the webpage -- not just what's encoded in the RSS
tags # - use this for articles where the RSS only encodes content previews + # - in practice, most articles don't work with download_full_article = false # enable_filter = true => only render content that matches the filter_element css selector. let fields = [ (lib.escapeShellArg feed.url) "limit = 5" - "download_full_article = false" + "download_full_article = true" "include_images = true" "enable_filter = false" "filter_element = \"\""