Added more RSS feeds from LiveMine rss feeds

Added News, Sports, Technology. Removed homepage which is not a valid feed
This commit is contained in:
jamierc 2020-10-17 12:16:11 +11:00 committed by GitHub
parent 09665e11a8
commit 6d22731b7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,12 +13,14 @@ class LiveMint(BasicNewsRecipe):
auto_cleanup = True
feeds = [
('News',
'http://www.livemint.com/rss/news'),
('Technology',
'http://www.livemint.com/rss/technology'),
('Companies',
'http://www.livemint.com/rss/companies'),
('Consumer',
'http://www.livemint.com/rss/consumer'),
('Top Stories',
'http://www.livemint.com/rss/homepage'),
('Opinion',
'http://www.livemint.com/rss/opinion'),
('Money',
@ -29,4 +31,6 @@ class LiveMint(BasicNewsRecipe):
'http://www.livemint.com/rss/economy_politics'),
('Lounge',
'http://www.livemint.com/rss/lounge'),
('Sports',
'http://www.livemint.com/rss/sports'),
]