mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-03 22:57:08 -05:00 
			
		
		
		
	[generic] Remove Vulture embed detection
Vulture.com videos now hosts on YouTube, Vimeo, MTV, NBC News or Hulu. Here's an example of Hulu: http://www.vulture.com/2016/06/kimmel-interviews-mariah-carey-in-a-bathtub.html
This commit is contained in:
		@@ -1857,14 +1857,6 @@ class GenericIE(InfoExtractor):
 | 
			
		||||
            url = unescapeHTML(mobj.group('url'))
 | 
			
		||||
            return self.url_result(url)
 | 
			
		||||
 | 
			
		||||
        # Look for embedded vulture.com player
 | 
			
		||||
        mobj = re.search(
 | 
			
		||||
            r'<iframe src="(?P<url>https?://video\.vulture\.com/[^"]+)"',
 | 
			
		||||
            webpage)
 | 
			
		||||
        if mobj is not None:
 | 
			
		||||
            url = unescapeHTML(mobj.group('url'))
 | 
			
		||||
            return self.url_result(url, ie='Vulture')
 | 
			
		||||
 | 
			
		||||
        # Look for embedded mtvservices player
 | 
			
		||||
        mtvservices_url = MTVServicesEmbeddedIE._extract_url(webpage)
 | 
			
		||||
        if mtvservices_url:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user