mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[fusion] Update ooyala id regex
This commit is contained in:
		| @@ -29,7 +29,7 @@ class FusionIE(InfoExtractor): | ||||
|         webpage = self._download_webpage(url, display_id) | ||||
|  | ||||
|         ooyala_code = self._search_regex( | ||||
|             r'data-video-id=(["\'])(?P<code>.+?)\1', | ||||
|             r'data-ooyala-id=(["\'])(?P<code>(?:(?!\1).)+)\1', | ||||
|             webpage, 'ooyala code', group='code') | ||||
|  | ||||
|         return OoyalaIE._build_url_result(ooyala_code) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 vordep
					vordep