mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-10-11 05:14:47 +00:00
[extractor/epoch] Support videos without data-trailer (#5387)
Closes #5359 Authored by: gibson042, pukkandan
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user