mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Update LiveMint
This commit is contained in:
parent
9884e55a3b
commit
6b59c4214f
@ -7,20 +7,29 @@ class LiveMint(BasicNewsRecipe):
|
|||||||
#encoding = 'cp1252'
|
#encoding = 'cp1252'
|
||||||
oldest_article = 1 #days
|
oldest_article = 1 #days
|
||||||
max_articles_per_feed = 25
|
max_articles_per_feed = 25
|
||||||
use_embedded_content = True
|
use_embedded_content = False
|
||||||
|
|
||||||
no_stylesheets = True
|
no_stylesheets = True
|
||||||
auto_cleanup = True
|
auto_cleanup = True
|
||||||
|
|
||||||
|
|
||||||
feeds = [
|
feeds = [
|
||||||
('Latest News',
|
('Companies',
|
||||||
'http://www.livemint.com/StoryRss.aspx?LN=Latestnews'),
|
'http://www.livemint.com/rss/companies'),
|
||||||
('Gallery',
|
('Consumer',
|
||||||
'http://www.livemint.com/GalleryRssfeed.aspx'),
|
'http://www.livemint.com/rss/consumer'),
|
||||||
('Top Stories',
|
('Top Stories',
|
||||||
'http://www.livemint.com/StoryRss.aspx?ts=Topstories'),
|
'http://www.livemint.com/rss/homepage'),
|
||||||
('Banking',
|
('Opinion',
|
||||||
'http://www.livemint.com/StoryRss.aspx?Id=104'),
|
'http://www.livemint.com/rss/opinion'),
|
||||||
|
('Money',
|
||||||
|
'http://www.livemint.com/rss/money'),
|
||||||
|
('Industry',
|
||||||
|
'http://www.livemint.com/rss/industry'),
|
||||||
|
('Economy Politics',
|
||||||
|
'http://www.livemint.com/rss/economy_politics'),
|
||||||
|
('Lounge',
|
||||||
|
'http://www.livemint.com/rss/lounge'),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user