[brightcove] Rename extractor to brightcove legacy

Old embedding approaches are now "Legacy Studio"
This commit is contained in:
Sergey M․
2015-11-14 05:54:16 +06:00
parent 536f819eda
commit 4fcaa4f4a5
7 changed files with 14 additions and 14 deletions

View File

@ -31,7 +31,7 @@ from ..utils import (
xpath_text,
)
from .brightcove import (
BrightcoveIE,
BrightcoveLegacyIE,
BrightcoveInPageEmbedIE,
)
from .nbc import NBCSportsVPlayerIE
@ -1305,7 +1305,7 @@ class GenericIE(InfoExtractor):
urlrs, playlist_id=video_id, playlist_title=video_title)
# Look for BrightCove:
bc_urls = BrightcoveIE._extract_brightcove_urls(webpage)
bc_urls = BrightcoveLegacyIE._extract_brightcove_urls(webpage)
if bc_urls:
self.to_screen('Brightcove video detected.')
entries = [{