This commit is contained in:
Kovid Goyal 2015-10-25 21:23:35 +05:30
parent b6eceba62b
commit f908df4991

View File

@ -193,6 +193,7 @@ class BostonGlobeSubscription(BasicNewsRecipe):
if (hedCat): if (hedCat):
category = self.tag_to_string(hedCat) category = self.tag_to_string(hedCat)
author = ''
authorHeader = excerpt.find("h4", "author") authorHeader = excerpt.find("h4", "author")
if (authorHeader): if (authorHeader):
author = self.tag_to_string(authorHeader) author = self.tag_to_string(authorHeader)