2
0
mirror of https://github.com/koreader/koreader synced 2024-10-31 21:20:20 +00:00
koreader/plugins/newsdownloader.koplugin/feed_config.lua
mwoz123 e7da93da89 Adapt ND to changes in code where 0 means no limit (#3258)
+ reorganize config, improved comments
2017-09-24 18:30:45 +02:00

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 },
}