extruct
extruct copied to clipboard
Fix SyntaxWarning in #213
Fix this issue :
/usr/lib/python3/dist-packages/extruct/rdfa.py:88: SyntaxWarning: invalid escape sequence '\s'
match = re.search(prefix + ": [^\s]+", head_element.get("prefix"))