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)