Daily-Dose/real-time/config.json

39 lines
857 B
JSON

config = {
"TIFU": {
"link": "https://reddit.com/r/TIFU/.rss?sort=hot"
},
"BuzzFeed - India": {
"link":"https://www.buzzfeed.com/in.xml",
"summary":true,
"limit":2
},
"New Yorker": {
"link":"https://www.newyorker.com/feed/news",
},
"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",
"ignore": ["repost","discord"]
},
"Vox":{
"link":"https://www.vox.com/rss/index.xml",
"limit": 3
}
}
config_extra = {
"Responsive-Images": true,
"direct-link": false,
"show-date":true,
"show_configuration": true,
"left-column":true,
"defaults": {
"limit": 5,
"summary": true
}
}