projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d212e6
)
Merge remote-tracking branch 'upstream/master'
author
Pierre Rudloff
<pierre@rudloff.pro>
Thu, 22 Aug 2013 10:54:17 +0000
(12:54 +0200)
committer
Pierre Rudloff
<pierre@rudloff.pro>
Thu, 22 Aug 2013 10:54:17 +0000
(12:54 +0200)
youtube_dl/extractor/jeuxvideo.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/jeuxvideo.py
b/youtube_dl/extractor/jeuxvideo.py
index c8a8ae1b3dca1dea6ba3d43ef6a2953dd77eac94..4327bc13dab9c913eca8c4c263b6405e0dcc9076 100644
(file)
--- 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)