This commit is contained in:
Kovid Goyal 2023-06-24 14:39:32 +05:30
commit 70af443b95
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -167,7 +167,7 @@ def itercsslinks(raw):
yield match.group(1), match.start(1)
_link_attrs = set(html.defs.link_attrs) | {XLINK('href'), 'poster'}
_link_attrs = set(html.defs.link_attrs) | {XLINK('href'), 'poster', 'altimg'}
def iterlinks(root, find_links_in_css=True):