mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-20 09:23:41 +02:00
...
This commit is contained in:
parent
b6eceba62b
commit
f908df4991
1 changed files with 1 additions and 0 deletions
|
|
@ -193,6 +193,7 @@ def get_section(sectionDiv):
|
|||
if (hedCat):
|
||||
category = self.tag_to_string(hedCat)
|
||||
|
||||
author = ''
|
||||
authorHeader = excerpt.find("h4", "author")
|
||||
if (authorHeader):
|
||||
author = self.tag_to_string(authorHeader)
|
||||
|
|
|
|||
Loading…
Reference in a new issue