mirror of
				https://github.com/ytdl-org/youtube-dl.git
				synced 2025-10-29 09:26:20 -07:00 
			
		
		
		
	[generic/wistia] Improve regex
This commit is contained in:
		| @@ -663,7 +663,7 @@ class GenericIE(InfoExtractor): | ||||
|  | ||||
|         # Look for embedded Wistia player | ||||
|         match = re.search( | ||||
|             r'(?:<meta content|<iframe[^>]+?src)=(["\'])(?P<url>(?:https?:)?//(?:fast\.)?wistia\.net/embed/iframe/.+?)\1', webpage) | ||||
|             r'<(?:meta[^>]+?content|iframe[^>]+?src)=(["\'])(?P<url>(?:https?:)?//(?:fast\.)?wistia\.net/embed/iframe/.+?)\1', webpage) | ||||
|         if match: | ||||
|             embed_url = self._proto_relative_url( | ||||
|                 unescapeHTML(match.group('url'))) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user