mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-17 14:45:42 +07:00
[extractor/epoch] Support videos without data-trailer (#5387)
Closes #5359 Authored by: gibson042, pukkandan
This commit is contained in:
@@ -524,6 +524,7 @@ def __init__(self):
|
||||
|
||||
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