mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[funnyordie] Fix extraction (Closes #4011)
This commit is contained in:
		| @@ -37,7 +37,7 @@ class FunnyOrDieIE(InfoExtractor): | ||||
|         video_id = mobj.group('id') | ||||
|         webpage = self._download_webpage(url, video_id) | ||||
|  | ||||
|         links = re.findall(r'<source src="([^"]+/v)\d+\.([^"]+)" type=\'video', webpage) | ||||
|         links = re.findall(r'<source src="([^"]+/v)[^"]+\.([^"]+)" type=\'video', webpage) | ||||
|         if not links: | ||||
|             raise ExtractorError('No media links available for %s' % video_id) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․