Fix #341
This commit is contained in:
parent
cff8668858
commit
c694417462
2
buku
2
buku
@ -3057,7 +3057,7 @@ def import_html(html_soup, add_parent_folder_as_tag, newtag):
|
|||||||
yield (
|
yield (
|
||||||
tag['href'], tag.string,
|
tag['href'], tag.string,
|
||||||
parse_tags([tag['tags']]) if tag.has_attr('tags') else None,
|
parse_tags([tag['tags']]) if tag.has_attr('tags') else None,
|
||||||
desc, 0, True, False
|
desc if not desc else desc.strip(), 0, True, False
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user