From 9c19537b70a98b598bbcb8c6af0f52a12c7f431f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 3 Feb 2015 14:04:43 +0530 Subject: [PATCH] Update Indian Express --- recipes/indian_express.recipe | 3 +++ 1 file changed, 3 insertions(+) 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'