diff options
| author | Sergey M․ <dstftw@gmail.com> | 2015-11-14 06:05:46 +0600 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2015-11-14 06:05:46 +0600 | 
| commit | 3b7d9aa487399e06bba5dc03c90b6576c2b067b9 (patch) | |
| tree | bb9ca1d356f72a0f6abe1896ccf87ce362ef1fd0 /youtube_dl/extractor/space.py | |
| parent | 1f4b722b00fd5c24468cd4d072e8b5c5428ca515 (diff) | |
Rename all references to legacy studio Brightcove extractor
Diffstat (limited to 'youtube_dl/extractor/space.py')
| -rw-r--r-- | youtube_dl/extractor/space.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/youtube_dl/extractor/space.py b/youtube_dl/extractor/space.py index 2f190f764..ebb5d6ec0 100644 --- a/youtube_dl/extractor/space.py +++ b/youtube_dl/extractor/space.py @@ -10,7 +10,7 @@ from ..utils import RegexNotFoundError, ExtractorError  class SpaceIE(InfoExtractor):      _VALID_URL = r'https?://(?:(?:www|m)\.)?space\.com/\d+-(?P<title>[^/\.\?]*?)-video\.html'      _TEST = { -        'add_ie': ['Brightcove'], +        'add_ie': ['BrightcoveLegacy'],          'url': 'http://www.space.com/23373-huge-martian-landforms-detail-revealed-by-european-probe-video.html',          'info_dict': {              'id': '2780937028001', | 
