This commit is contained in:
Arun Prakash Jana 2018-12-29 05:12:49 +05:30
parent cff8668858
commit c694417462
No known key found for this signature in database
GPG Key ID: A75979F35C080412

2
buku
View File

@ -3057,7 +3057,7 @@ def import_html(html_soup, add_parent_folder_as_tag, newtag):
yield (
tag['href'], tag.string,
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
)