Daily-Dose/real-time/config.json

38 lines
827 B
JSON
Raw Normal View History

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