mirror of
				https://gitlab.com/ytdl-org/youtube-dl.git
				synced 2025-11-04 10:27:07 -05:00 
			
		
		
		
	[videomore] Support <iframe> embed videos
Seen in CarambaTVPage
This commit is contained in:
		@@ -86,6 +86,11 @@ class VideomoreIE(InfoExtractor):
 | 
			
		||||
        mobj = re.search(
 | 
			
		||||
            r'<object[^>]+data=(["\'])https?://videomore\.ru/player\.swf\?.*config=(?P<url>https?://videomore\.ru/(?:[^/]+/)+\d+\.xml).*\1',
 | 
			
		||||
            webpage)
 | 
			
		||||
        if not mobj:
 | 
			
		||||
            mobj = re.search(
 | 
			
		||||
                r'<iframe[^>]+src=([\'"])(?P<url>https?://videomore\.ru/embed/\d+)',
 | 
			
		||||
                webpage)
 | 
			
		||||
 | 
			
		||||
        if mobj:
 | 
			
		||||
            return mobj.group('url')
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user