mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[wimp] Fix youtube extraction (Closes #5690)
This commit is contained in:
		| @@ -37,7 +37,8 @@ class WimpIE(InfoExtractor): | |||||||
|         video_id = mobj.group(1) |         video_id = mobj.group(1) | ||||||
|         webpage = self._download_webpage(url, video_id) |         webpage = self._download_webpage(url, video_id) | ||||||
|         video_url = self._search_regex( |         video_url = self._search_regex( | ||||||
|             r"[\"']file[\"']\s*[:,]\s*[\"'](.+?)[\"']", webpage, 'video URL') |             [r"[\"']file[\"']\s*[:,]\s*[\"'](.+?)[\"']", r"videoId\s*:\s*[\"']([^\"']+)[\"']"], | ||||||
|  |             webpage, 'video URL') | ||||||
|         if YoutubeIE.suitable(video_url): |         if YoutubeIE.suitable(video_url): | ||||||
|             self.to_screen('Found YouTube video') |             self.to_screen('Found YouTube video') | ||||||
|             return { |             return { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․