Do not override stdlib html parser 'locatestarttagend' regex (fixes #4081)
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Sun, 2 Nov 2014 16:28:42 +0000 (17:28 +0100)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Sun, 2 Nov 2014 18:31:06 +0000 (19:31 +0100)
commit4f195f55f0b734f2897319abf96c5542ce6212d4
tree0ad95ea47420d7ac5a2101cc37cc792c19d1c9dd
parentac35c266868ddfd39f8b708f425e1baf2555e406
Do not override stdlib html parser 'locatestarttagend' regex (fixes #4081)

'<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).
youtube_dl/utils.py