From f908df4991efdda386df256bd660b09487e260ad Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 25 Oct 2015 21:23:35 +0530 Subject: [PATCH] ... --- recipes/boston.com.recipe | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/boston.com.recipe b/recipes/boston.com.recipe index 40c80649db..659bad0405 100644 --- a/recipes/boston.com.recipe +++ b/recipes/boston.com.recipe @@ -193,6 +193,7 @@ class BostonGlobeSubscription(BasicNewsRecipe): if (hedCat): category = self.tag_to_string(hedCat) + author = '' authorHeader = excerpt.find("h4", "author") if (authorHeader): author = self.tag_to_string(authorHeader)