1
0
Fork 0

[extractor/epoch] Support videos without data-trailer (#5387)

Closes #5359
Authored by: gibson042, pukkandan
This commit is contained in:
Richard Gibson 2022-11-06 12:23:16 -05:00 committed by GitHub
commit 7053aa3a48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions

View file

@ -524,6 +524,7 @@ class HTMLAttributeParser(html.parser.HTMLParser):
def handle_starttag(self, tag, attrs):
self.attrs = dict(attrs)
raise compat_HTMLParseError('done')
class HTMLListAttrsParser(html.parser.HTMLParser):