mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-02-18 03:09:23 +01: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).