mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[generic] Add support for Crooks and Liars embeds
This commit is contained in:
		| @@ -1275,6 +1275,12 @@ class GenericIE(InfoExtractor): | ||||
|         if mobj is not None: | ||||
|             return self.url_result('5min:%s' % mobj.group('id'), 'FiveMin') | ||||
|  | ||||
|         # Look for Crooks and Liars embeds | ||||
|         mobj = re.search( | ||||
|             r'<(?:iframe[^>]+src|param[^>]+value)=(["\'])(?P<url>(?:https?:)?//embed\.crooksandliars\.com/(?:embed|v)/.+?)\1', webpage) | ||||
|         if mobj is not None: | ||||
|             return self.url_result(mobj.group('url')) | ||||
|  | ||||
|         # Look for NBC Sports VPlayer embeds | ||||
|         nbc_sports_url = NBCSportsVPlayerIE._extract_url(webpage) | ||||
|         if nbc_sports_url: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․