]> gitweb @ CieloNegro.org - youtube-dl.git/commitdiff
Fix InfoQ
authorJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Wed, 24 Apr 2013 19:16:10 +0000 (21:16 +0200)
committerJaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Wed, 24 Apr 2013 19:16:10 +0000 (21:16 +0200)
youtube_dl/InfoExtractors.py

index d5876ad3463b71a841b00552f0b97737b4264996..53d65c02eea034f8ea7d2ffe270c9586910aa504 100755 (executable)
@@ -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