Browse Source

Merge remote-tracking branch 'upstream/master'

rtmp_test
Pierre Rudloff 11 years ago
parent
commit
7070b83687
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      youtube_dl/extractor/jeuxvideo.py

+ 0
- 1
youtube_dl/extractor/jeuxvideo.py View 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)


Loading…
Cancel
Save