mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-07-18 17:11:31 +00:00
'<a href="foo" ><img src="bar" / ></a>' wouldn't be parsed right (the problem is '/ >', '/>' worked fine). We need to change it in python 2.6 (for example the description of youtube videos wouldn't be extracted).