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/brightcove.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'youtube_dl/extractor/brightcove.py') diff --git a/youtube_dl/extractor/brightcove.py b/youtube_dl/extractor/brightcove.py index 4dbc2e975..5aca0b378 100644 --- a/youtube_dl/extractor/brightcove.py +++ b/youtube_dl/extractor/brightcove.py @@ -353,7 +353,7 @@ class BrightcoveLegacyIE(InfoExtractor): return info -class BrightcoveInPageEmbedIE(InfoExtractor): +class BrightcoveNewIE(InfoExtractor): _VALID_URL = r'https?://players\.brightcove\.net/(?P\d+)/(?P[^/]+)_(?P[^/]+)/index\.html\?.*videoId=(?P\d+)' _TEST = { 'url': 'http://players.brightcove.net/929656772001/e41d32dc-ec74-459e-a845-6c69f7b724ea_default/index.html?videoId=4463358922001', -- cgit v1.2.3