Fix InfoQ
This commit is contained in:
parent
7b670a4483
commit
a3d689cfb3
1 changed files with 1 additions and 1 deletions
|
@ -2861,7 +2861,7 @@ class InfoQIE(InfoExtractor):
|
||||||
self.report_extraction(url)
|
self.report_extraction(url)
|
||||||
|
|
||||||
# Extract video URL
|
# Extract video URL
|
||||||
mobj = re.search(r"jsclassref='([^']*)'", webpage)
|
mobj = re.search(r"jsclassref ?= ?'([^']*)'", webpage)
|
||||||
if mobj is None:
|
if mobj is None:
|
||||||
self._downloader.report_error(u'unable to extract video url')
|
self._downloader.report_error(u'unable to extract video url')
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in a new issue