mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[brightcove] Add shorter URL scheme for other extractors
This commit is contained in:
		| @@ -24,9 +24,10 @@ class AlJazeeraIE(InfoExtractor): | ||||
|  | ||||
|         return { | ||||
|             '_type': 'url', | ||||
|             'url': | ||||
|                 'http://c.brightcove.com/services/viewer/federated_f9?' | ||||
|                 '&playerKey=AQ~~%2CAAAAmtVJIFk~%2CTVGOQ5ZTwJbeMWnq5d_H4MOM57xfzApc' | ||||
|                 '&%40videoPlayer={0}'.format(brightcove_id), | ||||
|             'url': ( | ||||
|                 'brightcove:' | ||||
|                 'playerKey=AQ~~%2CAAAAmtVJIFk~%2CTVGOQ5ZTwJbeMWnq5d_H4MOM57xfzApc' | ||||
|                 '&%40videoPlayer={0}'.format(brightcove_id) | ||||
|             ), | ||||
|             'ie_key': 'Brightcove', | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Philipp Hagemeister
					Philipp Hagemeister