Merge remote-tracking branch 'upstream/master'
authorPierre Rudloff <pierre@rudloff.pro>
Thu, 22 Aug 2013 10:54:17 +0000 (12:54 +0200)
committerPierre Rudloff <pierre@rudloff.pro>
Thu, 22 Aug 2013 10:54:17 +0000 (12:54 +0200)
youtube_dl/extractor/jeuxvideo.py

index c8a8ae1b3dca1dea6ba3d43ef6a2953dd77eac94..4327bc13dab9c913eca8c4c263b6405e0dcc9076 100644 (file)
@@ -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)