Update Indian Express

This commit is contained in:
Kovid Goyal 2015-02-03 14:04:43 +05:30
parent 7a611660d7
commit 9c19537b70

View File

@ -35,3 +35,6 @@ class IndianExpress(BasicNewsRecipe):
('Bollywood', ('Bollywood',
'http://indianexpress.com/section/entertainment/bollywood/feed/'), 'http://indianexpress.com/section/entertainment/bollywood/feed/'),
] ]
def print_version(self, url):
return url.partition('?')[0].rstrip('/') + '/99'