X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fjeuxvideo.py;h=4327bc13dab9c913eca8c4c263b6405e0dcc9076;hb=2eabb80254f48d63a464247140d8e04a73418ded;hp=c8a8ae1b3dca1dea6ba3d43ef6a2953dd77eac94;hpb=8d212e604a86da3c924ab15fe8045ab748a8183d;p=youtube-dl.git diff --git a/youtube_dl/extractor/jeuxvideo.py b/youtube_dl/extractor/jeuxvideo.py index c8a8ae1b3..4327bc13d 100644 --- a/youtube_dl/extractor/jeuxvideo.py +++ b/youtube_dl/extractor/jeuxvideo.py @@ -31,7 +31,6 @@ class JeuxVideoIE(InfoExtractor): xml_config = self._download_webpage(xml_link, title, 'Downloading XML config') - config = xml.etree.ElementTree.fromstring(xml_config.encode('utf-8')) info = re.search(r'(.*?)', xml_config, re.MULTILINE|re.DOTALL).group(1)