mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-05-26 17:22:44 +00:00
The HTML for the MIT page does not parse cleanly for Python 2.6 due to script tags within an actual script element. The offending piece is inside a comment block, so removing all such comment blocks fixes the parsing.