2
0
Эх сурвалжийг харах

[wimp] Update video URL regex

Sergey M․ 11 жил өмнө
parent
commit
632256d9ec

+ 1 - 1
youtube_dl/extractor/wimp.py

@@ -37,7 +37,7 @@ class WimpIE(InfoExtractor):
         video_id = mobj.group(1)
         webpage = self._download_webpage(url, video_id)
         video_url = self._search_regex(
-            r's1\.addVariable\("file",\s*"([^"]+)"\);', webpage, 'video URL')
+            r"'file'\s*:\s*'([^']+)'", webpage, 'video URL')
         if YoutubeIE.suitable(video_url):
             self.to_screen('Found YouTube video')
             return {