Use a wrapper around xml.etree.ElementTree.fromstring in python 2.x (#7178)
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Sun, 25 Oct 2015 19:04:55 +0000 (20:04 +0100)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Sun, 25 Oct 2015 19:13:16 +0000 (20:13 +0100)
commit36e6f62cd0883f0f486d1666d010e5d9e6d515bd
tree16d8824f9a82d33276350799f89a9dcb40d58b64
parent755ff8d22ca5607400c1232b194e20a004e4e9eb
Use a wrapper around xml.etree.ElementTree.fromstring in python 2.x (#7178)

Attributes aren't unicode objects, so they couldn't be directly used in info_dict fields (for example '--write-description' doesn't work with bytes).
test/test_compat.py
test/test_utils.py
youtube_dl/compat.py
youtube_dl/downloader/f4m.py
youtube_dl/extractor/bbc.py
youtube_dl/extractor/bilibili.py
youtube_dl/extractor/brightcove.py
youtube_dl/extractor/common.py
youtube_dl/extractor/crunchyroll.py
youtube_dl/extractor/vevo.py
youtube_dl/utils.py