X-Git-Url: https://jfr.im/git/yt-dlp.git/blobdiff_plain/db4678e448d6e7da9743f4028c94b540fcafc528..46d09f87072e112c363f4a573966d8e48a788562:/yt_dlp/utils.py diff --git a/yt_dlp/utils.py b/yt_dlp/utils.py index 4d1247eea..d0513496e 100644 --- a/yt_dlp/utils.py +++ b/yt_dlp/utils.py @@ -480,6 +480,7 @@ def handle_endtag(self, tag): raise self.HTMLBreakOnClosingTagException() +# XXX: This should be far less strict def get_element_text_and_html_by_tag(tag, html): """ For the first element with the specified tag in the passed HTML document