We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1825943 commit 49a8570Copy full SHA for 49a8570
extruct/_extruct.py
@@ -64,7 +64,7 @@ def extract(htmlstring,
64
'Failed to parse html, raises {}'.format(e))
65
return {}
66
if errors == 'strict':
67
- raise e
+ raise
68
processors = []
69
if 'microdata' in syntaxes:
70
processors.append(
0 commit comments