mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[yahoo] Look for Brightcove Legacy Studio embeds(closes #9345)
This commit is contained in:
		| @@ -19,7 +19,10 @@ from ..utils import ( | ||||
|     determine_ext, | ||||
| ) | ||||
|  | ||||
| from .brightcove import BrightcoveNewIE | ||||
| from .brightcove import ( | ||||
|     BrightcoveLegacyIE, | ||||
|     BrightcoveNewIE, | ||||
| ) | ||||
| from .nbc import NBCSportsVPlayerIE | ||||
|  | ||||
|  | ||||
| @@ -223,6 +226,11 @@ class YahooIE(InfoExtractor): | ||||
|         if nbc_sports_url: | ||||
|             return self.url_result(nbc_sports_url, NBCSportsVPlayerIE.ie_key()) | ||||
|  | ||||
|         # Look for Brightcove Legacy Studio embeds | ||||
|         bc_url = BrightcoveLegacyIE._extract_brightcove_url(webpage) | ||||
|         if bc_url: | ||||
|             return self.url_result(bc_url, BrightcoveLegacyIE.ie_key()) | ||||
|  | ||||
|         # Look for Brightcove New Studio embeds | ||||
|         bc_url = BrightcoveNewIE._extract_url(webpage) | ||||
|         if bc_url: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Remita Amine
					Remita Amine