浏览代码

Merge remote-tracking branch 'upstream/master'

Pierre Rudloff 12 年之前
父节点
当前提交
7070b83687
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      youtube_dl/extractor/jeuxvideo.py

+ 0 - 1
youtube_dl/extractor/jeuxvideo.py

@@ -31,7 +31,6 @@ class JeuxVideoIE(InfoExtractor):
 
 
         xml_config = self._download_webpage(xml_link, title,
         xml_config = self._download_webpage(xml_link, title,
                                                   'Downloading XML config')
                                                   'Downloading XML config')
-
         config = xml.etree.ElementTree.fromstring(xml_config.encode('utf-8'))
         config = xml.etree.ElementTree.fromstring(xml_config.encode('utf-8'))
         info = re.search(r'<format\.json>(.*?)</format\.json>',
         info = re.search(r'<format\.json>(.*?)</format\.json>',
                          xml_config, re.MULTILINE|re.DOTALL).group(1)
                          xml_config, re.MULTILINE|re.DOTALL).group(1)