Daily-Dose/real-time/config.json

40 lines
852 B
JSON
Raw Normal View History

2020-12-01 14:45:12 +00:00
config = {
"r/DankMemes": {
"link":"https://reddit.com/r/dankmemes/.rss?sort=hot",
"limit": 5
},
"BuzzFeed - India": {
"link":"https://www.buzzfeed.com/in.xml",
"limit": 5
},
"New Yorker":{
"link":"http://www.newyorker.com/feed/news",
"limit": 5
},
"Vox":{
"link":"https://www.vox.com/rss/index.xml",
"limit": 3
},
"The Hindu: Sports":{
"link":"https://www.thehindu.com/sport/feeder/default.rss",
"limit":5
},
"The Hindu: National News":{
"link":"https://www.thehindu.com/news/national/feeder/default.rss",
"limit": 5
},
"r/Jokes":{
"link":"https://reddit.com/r/Jokes/hot/.rss?sort=hot",
"limit":5
}
}
config_extra = {
"Responsive-Images": true,
"direct-link": true,
"show-date":true,
"left-column":true,
"defaults": {
"limit": 5
}
}