mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[kaltura] Improve embeds detection (closes #16201)
This commit is contained in:
		| @@ -135,10 +135,10 @@ class KalturaIE(InfoExtractor): | ||||
|                 ''', webpage) or | ||||
|             re.search( | ||||
|                 r'''(?xs) | ||||
|                     <iframe[^>]+src=(?P<q1>["']) | ||||
|                       (?:https?:)?//(?:www\.)?kaltura\.com/(?:(?!(?P=q1)).)*\b(?:p|partner_id)/(?P<partner_id>\d+) | ||||
|                     <(?:iframe[^>]+src|meta[^>]+\bcontent)=(?P<q1>["']) | ||||
|                       (?:https?:)?//(?:(?:www|cdnapi)\.)?kaltura\.com/(?:(?!(?P=q1)).)*\b(?:p|partner_id)/(?P<partner_id>\d+) | ||||
|                       (?:(?!(?P=q1)).)* | ||||
|                       [?&]entry_id=(?P<id>(?:(?!(?P=q1))[^&])+) | ||||
|                       [?&;]entry_id=(?P<id>(?:(?!(?P=q1))[^&])+) | ||||
|                     (?P=q1) | ||||
|                 ''', webpage) | ||||
|         ) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․