]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/utils.py
[cleanup] Lint and misc cleanup
[yt-dlp.git] / yt_dlp / utils.py
index 4d1247eea3ad1d563d13764cef0a138e50c20a73..d0513496e1ea35423c2bc63fe7884cb340ff5add 100644 (file)
@@ -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