mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
...
This commit is contained in:
parent
b6eceba62b
commit
f908df4991
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user