1
0
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:
Richard Gibson
2022-11-06 12:23:16 -05:00
committed by GitHub
parent 049565df2e
commit 7053aa3a48
2 changed files with 11 additions and 1 deletions

View File

@@ -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):