diff options
author | Sergey M․ <dstftw@gmail.com> | 2015-11-14 05:54:16 +0600 |
---|---|---|
committer | Sergey M․ <dstftw@gmail.com> | 2015-11-14 05:54:16 +0600 |
commit | 4fcaa4f4a5ef328009bef53ebc491ebe76452550 (patch) | |
tree | 38cea6c4ac9f4266604598003d2e02d385edc86b /youtube_dl/extractor/brightcove.py | |
parent | 536f819eda975224666374a9ce83cc3472f5aa5a (diff) |
[brightcove] Rename extractor to brightcove legacy
Old embedding approaches are now "Legacy Studio"
Diffstat (limited to 'youtube_dl/extractor/brightcove.py')
-rw-r--r-- | youtube_dl/extractor/brightcove.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/brightcove.py b/youtube_dl/extractor/brightcove.py index d494b8b67..4dbc2e975 100644 --- a/youtube_dl/extractor/brightcove.py +++ b/youtube_dl/extractor/brightcove.py @@ -30,7 +30,7 @@ from ..utils import ( ) -class BrightcoveIE(InfoExtractor): +class BrightcoveLegacyIE(InfoExtractor): _VALID_URL = r'(?:https?://.*brightcove\.com/(services|viewer).*?\?|brightcove:)(?P<query>.*)' _FEDERATED_URL_TEMPLATE = 'http://c.brightcove.com/services/viewer/htmlFederated?%s' |