mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	In MetacafeIE return a url if YoutubeIE should do the job
This commit is contained in:
		| @@ -723,8 +723,7 @@ class MetacafeIE(InfoExtractor): | |||||||
|         # Check if video comes from YouTube |         # Check if video comes from YouTube | ||||||
|         mobj2 = re.match(r'^yt-(.*)$', video_id) |         mobj2 = re.match(r'^yt-(.*)$', video_id) | ||||||
|         if mobj2 is not None: |         if mobj2 is not None: | ||||||
|             self._downloader.download(['http://www.youtube.com/watch?v=%s' % mobj2.group(1)]) |             return [self.url_result('http://www.youtube.com/watch?v=%s' % mobj2.group(1))] | ||||||
|             return |  | ||||||
|  |  | ||||||
|         # Retrieve video webpage to extract further information |         # Retrieve video webpage to extract further information | ||||||
|         request = compat_urllib_request.Request('http://www.metacafe.com/watch/%s/' % video_id) |         request = compat_urllib_request.Request('http://www.metacafe.com/watch/%s/' % video_id) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jaime Marquínez Ferrándiz
					Jaime Marquínez Ferrándiz