Update Indian Express

This commit is contained in:
Kovid Goyal 2022-01-27 15:00:56 +05:30
parent 1a31460d08
commit dbb307809d
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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):