mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-12 10:11:07 +01:00
Fix InfoQ
This commit is contained in:
parent
7b670a4483
commit
a3d689cfb3
@ -2861,7 +2861,7 @@ def _real_extract(self, url):
|
||||
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…
Reference in New Issue
Block a user