Merge branch 'fix_htmlparser_strict'
This commit is contained in:
commit
56a7032b3e
@ -185,7 +185,7 @@ def process_url(url):
|
||||
|
||||
try:
|
||||
page = get_text(url)
|
||||
parser = TitleParser(strict=False)
|
||||
parser = TitleParser()
|
||||
parser.feed(page)
|
||||
|
||||
page = embed_pictures(page, parser.images, base_url=url)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user