mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 06:03:44 +02:00
Update Indian Express
This commit is contained in:
parent
7a611660d7
commit
9c19537b70
1 changed files with 3 additions and 0 deletions
|
|
@ -35,3 +35,6 @@ class IndianExpress(BasicNewsRecipe):
|
|||
('Bollywood',
|
||||
'http://indianexpress.com/section/entertainment/bollywood/feed/'),
|
||||
]
|
||||
|
||||
def print_version(self, url):
|
||||
return url.partition('?')[0].rstrip('/') + '/99'
|
||||
|
|
|
|||
Loading…
Reference in a new issue