Rename all references to legacy studio Brightcove extractor
This commit is contained in:
		| @@ -15,7 +15,7 @@ class AlJazeeraIE(InfoExtractor): | |||||||
|             'description': 'As a birth attendant advocating for family planning, Remy is on the frontline of Tondo\'s battle with overcrowding.', |             'description': 'As a birth attendant advocating for family planning, Remy is on the frontline of Tondo\'s battle with overcrowding.', | ||||||
|             'uploader': 'Al Jazeera English', |             'uploader': 'Al Jazeera English', | ||||||
|         }, |         }, | ||||||
|         'add_ie': ['Brightcove'], |         'add_ie': ['BrightcoveLegacy'], | ||||||
|         'skip': 'Not accessible from Travis CI server', |         'skip': 'Not accessible from Travis CI server', | ||||||
|     } |     } | ||||||
|  |  | ||||||
| @@ -32,5 +32,5 @@ class AlJazeeraIE(InfoExtractor): | |||||||
|                 'playerKey=AQ~~%2CAAAAmtVJIFk~%2CTVGOQ5ZTwJbeMWnq5d_H4MOM57xfzApc' |                 'playerKey=AQ~~%2CAAAAmtVJIFk~%2CTVGOQ5ZTwJbeMWnq5d_H4MOM57xfzApc' | ||||||
|                 '&%40videoPlayer={0}'.format(brightcove_id) |                 '&%40videoPlayer={0}'.format(brightcove_id) | ||||||
|             ), |             ), | ||||||
|             'ie_key': 'Brightcove', |             'ie_key': 'BrightcoveLegacy', | ||||||
|         } |         } | ||||||
|   | |||||||
| @@ -278,7 +278,7 @@ class GenericIE(InfoExtractor): | |||||||
|         # it also tests brightcove videos that need to set the 'Referer' in the |         # it also tests brightcove videos that need to set the 'Referer' in the | ||||||
|         # http requests |         # http requests | ||||||
|         { |         { | ||||||
|             'add_ie': ['Brightcove'], |             'add_ie': ['BrightcoveLegacy'], | ||||||
|             'url': 'http://www.bfmtv.com/video/bfmbusiness/cours-bourse/cours-bourse-l-analyse-technique-154522/', |             'url': 'http://www.bfmtv.com/video/bfmbusiness/cours-bourse/cours-bourse-l-analyse-technique-154522/', | ||||||
|             'info_dict': { |             'info_dict': { | ||||||
|                 'id': '2765128793001', |                 'id': '2765128793001', | ||||||
| @@ -302,7 +302,7 @@ class GenericIE(InfoExtractor): | |||||||
|                 'uploader': 'thestar.com', |                 'uploader': 'thestar.com', | ||||||
|                 'description': 'Mississauga resident David Farmer is still out of power as a result of the ice storm a month ago. To keep the house warm, Farmer cuts wood from his property for a wood burning stove downstairs.', |                 'description': 'Mississauga resident David Farmer is still out of power as a result of the ice storm a month ago. To keep the house warm, Farmer cuts wood from his property for a wood burning stove downstairs.', | ||||||
|             }, |             }, | ||||||
|             'add_ie': ['Brightcove'], |             'add_ie': ['BrightcoveLegacy'], | ||||||
|         }, |         }, | ||||||
|         { |         { | ||||||
|             'url': 'http://www.championat.com/video/football/v/87/87499.html', |             'url': 'http://www.championat.com/video/football/v/87/87499.html', | ||||||
| @@ -317,7 +317,7 @@ class GenericIE(InfoExtractor): | |||||||
|         }, |         }, | ||||||
|         { |         { | ||||||
|             # https://github.com/rg3/youtube-dl/issues/3541 |             # https://github.com/rg3/youtube-dl/issues/3541 | ||||||
|             'add_ie': ['Brightcove'], |             'add_ie': ['BrightcoveLegacy'], | ||||||
|             'url': 'http://www.kijk.nl/sbs6/leermijvrouwenkennen/videos/jqMiXKAYan2S/aflevering-1', |             'url': 'http://www.kijk.nl/sbs6/leermijvrouwenkennen/videos/jqMiXKAYan2S/aflevering-1', | ||||||
|             'info_dict': { |             'info_dict': { | ||||||
|                 'id': '3866516442001', |                 'id': '3866516442001', | ||||||
| @@ -1311,7 +1311,7 @@ class GenericIE(InfoExtractor): | |||||||
|             entries = [{ |             entries = [{ | ||||||
|                 '_type': 'url', |                 '_type': 'url', | ||||||
|                 'url': smuggle_url(bc_url, {'Referer': url}), |                 'url': smuggle_url(bc_url, {'Referer': url}), | ||||||
|                 'ie_key': 'Brightcove' |                 'ie_key': 'BrightcoveLegacy' | ||||||
|             } for bc_url in bc_urls] |             } for bc_url in bc_urls] | ||||||
|  |  | ||||||
|             return { |             return { | ||||||
|   | |||||||
| @@ -25,7 +25,7 @@ class NownessBaseIE(InfoExtractor): | |||||||
|                         bc_url = BrightcoveLegacyIE._extract_brightcove_url(player_code) |                         bc_url = BrightcoveLegacyIE._extract_brightcove_url(player_code) | ||||||
|                         if bc_url is None: |                         if bc_url is None: | ||||||
|                             raise ExtractorError('Could not find player definition') |                             raise ExtractorError('Could not find player definition') | ||||||
|                         return self.url_result(bc_url, 'Brightcove') |                         return self.url_result(bc_url, 'BrightcoveLegacy') | ||||||
|                     elif source == 'vimeo': |                     elif source == 'vimeo': | ||||||
|                         return self.url_result('http://vimeo.com/%s' % video_id, 'Vimeo') |                         return self.url_result('http://vimeo.com/%s' % video_id, 'Vimeo') | ||||||
|                     elif source == 'youtube': |                     elif source == 'youtube': | ||||||
|   | |||||||
| @@ -116,7 +116,7 @@ class SafariIE(SafariBaseIE): | |||||||
|         if not bc_url: |         if not bc_url: | ||||||
|             raise ExtractorError('Could not extract Brightcove URL from %s' % url, expected=True) |             raise ExtractorError('Could not extract Brightcove URL from %s' % url, expected=True) | ||||||
|  |  | ||||||
|         return self.url_result(smuggle_url(bc_url, {'Referer': url}), 'Brightcove') |         return self.url_result(smuggle_url(bc_url, {'Referer': url}), 'BrightcoveLegacy') | ||||||
|  |  | ||||||
|  |  | ||||||
| class SafariCourseIE(SafariBaseIE): | class SafariCourseIE(SafariBaseIE): | ||||||
|   | |||||||
| @@ -10,7 +10,7 @@ from ..utils import RegexNotFoundError, ExtractorError | |||||||
| class SpaceIE(InfoExtractor): | class SpaceIE(InfoExtractor): | ||||||
|     _VALID_URL = r'https?://(?:(?:www|m)\.)?space\.com/\d+-(?P<title>[^/\.\?]*?)-video\.html' |     _VALID_URL = r'https?://(?:(?:www|m)\.)?space\.com/\d+-(?P<title>[^/\.\?]*?)-video\.html' | ||||||
|     _TEST = { |     _TEST = { | ||||||
|         'add_ie': ['Brightcove'], |         'add_ie': ['BrightcoveLegacy'], | ||||||
|         'url': 'http://www.space.com/23373-huge-martian-landforms-detail-revealed-by-european-probe-video.html', |         'url': 'http://www.space.com/23373-huge-martian-landforms-detail-revealed-by-european-probe-video.html', | ||||||
|         'info_dict': { |         'info_dict': { | ||||||
|             'id': '2780937028001', |             'id': '2780937028001', | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Sergey M․
					Sergey M․