aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
diff options
context:
space:
mode:
authorPierre Rudloff <pierre@rudloff.pro>2013-08-22 12:54:17 +0200
committerPierre Rudloff <pierre@rudloff.pro>2013-08-22 12:54:17 +0200
commit7070b83687ed134af6d9a71bbf2ec759a56965d5 (patch)
tree76437e4388c756b0cab454ffe92291e20aaf3302 /youtube_dl
parent8d212e604a86da3c924ab15fe8045ab748a8183d (diff)
downloadyoutube-dl-7070b83687ed134af6d9a71bbf2ec759a56965d5.tar.xz
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'youtube_dl')
-rw-r--r--youtube_dl/extractor/jeuxvideo.py1
1 files changed, 0 insertions, 1 deletions
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'<format\.json>(.*?)</format\.json>',
xml_config, re.MULTILINE|re.DOTALL).group(1)