koreader: disable image-based feeds; text only

This commit is contained in:
Colin 2023-12-14 20:51:09 +00:00
parent c5cc0e90a3
commit 54d2e875f6

View File

@ -7,7 +7,7 @@
let
feeds = sane-lib.feeds;
allFeeds = config.sane.feeds;
wantedFeeds = feeds.filterByFormat [ "image" "text" ] allFeeds;
wantedFeeds = feeds.filterByFormat [ "text" ] allFeeds;
koreaderRssEntries = builtins.map (feed:
# format:
# { "<rss/atom url>", limit = <int>, download_full_article=<bool>, include_images=<bool>, enable_filter=<bool>, filter_element = "<css selector>"},