Browse Source

Fix InfoQ

rtmp_test
Jaime Marquínez Ferrándiz 12 years ago
parent
commit
a3d689cfb3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/InfoExtractors.py

+ 1
- 1
youtube_dl/InfoExtractors.py View File

@ -2861,7 +2861,7 @@ class InfoQIE(InfoExtractor):
self.report_extraction(url)
# Extract video URL
mobj = re.search(r"jsclassref='([^']*)'", webpage)
mobj = re.search(r"jsclassref ?= ?'([^']*)'", webpage)
if mobj is None:
self._downloader.report_error(u'unable to extract video url')
return


Loading…
Cancel
Save