From 5c17f0a67a3a0518f448825eee54d16045acd63c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergey=20M=E2=80=A4?= Date: Sat, 14 Nov 2015 05:55:59 +0600 Subject: [brightcove:embedinpage] Rename extractor to brightcove new It's not actually embed_in_page but "New Studio" and allows both iframe and embed_in_page embeds --- youtube_dl/extractor/generic.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'youtube_dl/extractor/generic.py') diff --git a/youtube_dl/extractor/generic.py b/youtube_dl/extractor/generic.py index 8f99dd9b1..0797e1a90 100644 --- a/youtube_dl/extractor/generic.py +++ b/youtube_dl/extractor/generic.py @@ -32,7 +32,7 @@ from ..utils import ( ) from .brightcove import ( BrightcoveLegacyIE, - BrightcoveInPageEmbedIE, + BrightcoveNewIE, ) from .nbc import NBCSportsVPlayerIE from .ooyala import OoyalaIE @@ -1322,7 +1322,7 @@ class GenericIE(InfoExtractor): } # Look for Brightcove In Page Embed: - brightcove_in_page_embed_url = BrightcoveInPageEmbedIE._extract_url(webpage) + brightcove_in_page_embed_url = BrightcoveNewIE._extract_url(webpage) if brightcove_in_page_embed_url: return self.url_result(brightcove_in_page_embed_url, 'BrightcoveInPageEmbed') -- cgit v1.2.3