diff --git a/recipes/indian_express.recipe b/recipes/indian_express.recipe index fcb0dd313a..02cc2d9e7a 100644 --- a/recipes/indian_express.recipe +++ b/recipes/indian_express.recipe @@ -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'