From 1411e439200c859764abac541ea676debe544503 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 11 Sep 2011 10:19:25 -0600 Subject: [PATCH] ... --- recipes/business_week.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/business_week.recipe b/recipes/business_week.recipe index ca9078a112..fe98d9fa00 100644 --- a/recipes/business_week.recipe +++ b/recipes/business_week.recipe @@ -87,7 +87,7 @@ class BusinessWeek(BasicNewsRecipe): return rest def print_version(self, url): - if '/news/' in url or '/blog/ in url': + if '/news/' in url or '/blog/' in url: return url if '/magazine' in url: rurl = url.replace('http://www.businessweek.com/','http://www.businessweek.com/printer/')