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

12 lines
408 B
Lua

return {
-- list your feeds here:
{ "http://feeds.reuters.com/Reuters/worldNews?format=xml", limit = 2},
-- set 'limit' to change number of 'news' to be downloaded from source
-- 'limit' equal "0" means no limit.
{ "http://www.pcworld.com/index.rss", limit = 1 },
-- comment out line to stop downloading source
--{ "http://www.football.co.uk/international/rss.xml", limit = 0 },
}