mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-29 21:57:50 +00:00 
			
		
		
		
	[extractor/generic] Add support for tvigle embeds
This commit is contained in:
		| @@ -1321,6 +1321,12 @@ class GenericIE(InfoExtractor): | ||||
|         if sportbox_urls: | ||||
|             return _playlist_from_matches(sportbox_urls, ie='SportBoxEmbed') | ||||
|  | ||||
|         # Look for embedded Tvigle player | ||||
|         mobj = re.search( | ||||
|             r'<iframe[^>]+?src=(["\'])(?P<url>(?:https?:)?//cloud\.tvigle\.ru/video/.+?)\1', webpage) | ||||
|         if mobj is not None: | ||||
|             return self.url_result(mobj.group('url'), 'Tvigle') | ||||
|  | ||||
|         # Look for embedded TED player | ||||
|         mobj = re.search( | ||||
|             r'<iframe[^>]+?src=(["\'])(?P<url>https?://embed(?:-ssl)?\.ted\.com/.+?)\1', webpage) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․