mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 06:35:12 +00:00 
			
		
		
		
	[brightcove] Fix _extract_url (closes #12782)
This commit is contained in:
		| @@ -28,7 +28,7 @@ class NownessBaseIE(InfoExtractor): | ||||
|                         bc_url = BrightcoveLegacyIE._extract_brightcove_url(player_code) | ||||
|                         if bc_url: | ||||
|                             return self.url_result(bc_url, BrightcoveLegacyIE.ie_key()) | ||||
|                         bc_url = BrightcoveNewIE._extract_url(player_code) | ||||
|                         bc_url = BrightcoveNewIE._extract_url(self, player_code) | ||||
|                         if bc_url: | ||||
|                             return self.url_result(bc_url, BrightcoveNewIE.ie_key()) | ||||
|                         raise ExtractorError('Could not find player definition') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․