cleanup: minor fixes in comboparse and soup_parser
This commit is contained in:
@@ -61,8 +61,8 @@ def _parse_stdlib(html):
|
||||
parser = LinkExtractor()
|
||||
try:
|
||||
parser.feed(html)
|
||||
except:
|
||||
pass
|
||||
except Exception:
|
||||
pass # malformed HTML, return partial results
|
||||
return SoupResult(parser.tags)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user