mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
Update Indian Express
This commit is contained in:
parent
1a31460d08
commit
dbb307809d
@ -25,30 +25,16 @@ class IndianExpress(BasicNewsRecipe):
|
|||||||
classes('share-social appstext story-tags')
|
classes('share-social appstext story-tags')
|
||||||
]
|
]
|
||||||
feeds = [
|
feeds = [
|
||||||
('Front Page',
|
('Front Page', 'https://indianexpress.com/print/front-page/feed/'),
|
||||||
'http://indianexpress.com/print/front-page/feed/'),
|
('Op-Ed', 'http://indianexpress.com/section/opinion/feed/'),
|
||||||
('Editorials',
|
('Science & Technology', 'http://indianexpress.com/section/technology/feed/'),
|
||||||
'http://indianexpress.com/section/opinion/editorials/feed/'),
|
('Movie Reviews', 'https://indianexpress.com/section/entertainment/movie-review/feed/'),
|
||||||
('Crime',
|
('Sunday Eye', 'https://indianexpress.com/print/eye/feed/'),
|
||||||
'http://indianexpress.com/section/india/crime/feed/'),
|
('Explained', 'https://indianexpress.com/section/explained/feed/'),
|
||||||
('Cricket',
|
('Delhi Confidential', 'https://indianexpress.com/section/delhi-confidential/feed'),
|
||||||
'http://indianexpress.com/section/sports/cricket/feed/'),
|
('Economy', 'https://indianexpress.com/print/economy/feed'),
|
||||||
('Health',
|
('Express Network', 'https://indianexpress.com/print/express-network/'),
|
||||||
'http://www.indianexpress.com/lifestyle/health/feed/'),
|
# Want to add more? go-to:https://indianexpress.com/syndication/
|
||||||
('Asia',
|
|
||||||
'http://indianexpress.com/section/world/asia/'),
|
|
||||||
('Politics',
|
|
||||||
'http://indianexpress.com/section/india/politics/feed/'),
|
|
||||||
('Mumbai',
|
|
||||||
'http://www.indianexpress.com/cities/mumbai/feed/'),
|
|
||||||
('Op-Ed',
|
|
||||||
'http://indianexpress.com/section/opinion/feed/'),
|
|
||||||
('Lifestyle',
|
|
||||||
'http://indianexpress.com/section/lifestyle/feed/'),
|
|
||||||
('Science & Technology',
|
|
||||||
'http://indianexpress.com/section/technology/feed/'),
|
|
||||||
('Bollywood',
|
|
||||||
'http://indianexpress.com/section/entertainment/bollywood/feed/'),
|
|
||||||
]
|
]
|
||||||
|
|
||||||
def preprocess_html(self, soup):
|
def preprocess_html(self, soup):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user