mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Merge branch 'patch-2' of https://github.com/jamierc/calibre into master
This commit is contained in:
commit
42d114a8c5
@ -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'),
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user