You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/plugins/newsdownloader.koplugin/feed_config.lua

9 lines
381 B
Lua

return {
-- list your feeds here:
-- only supports http URL for now
-- Atom is currently not supported, only RSS
{ "http://www.pcworld.com/index.rss", limit = 1 },
{ "http://www.economist.com/sections/science-technology/rss.xml", limit = 2},
-- set limit to "0" means no download, "-1" no limit.
{ "http://www.economist.com/sections/culture/rss.xml", limit = 0 },
}