mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-12-26 21:32:51 +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).