aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/__init__.py
diff options
context:
space:
mode:
authorSergey M․ <dstftw@gmail.com>2015-11-14 05:55:59 +0600
committerSergey M․ <dstftw@gmail.com>2015-11-14 05:55:59 +0600
commit5c17f0a67a3a0518f448825eee54d16045acd63c (patch)
tree5d4eb4f992dbc03950c70772d7a89dfd99bd6302 /youtube_dl/extractor/__init__.py
parent4fcaa4f4a5ef328009bef53ebc491ebe76452550 (diff)
downloadyoutube-dl-5c17f0a67a3a0518f448825eee54d16045acd63c.tar.xz
[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
Diffstat (limited to 'youtube_dl/extractor/__init__.py')
-rw-r--r--youtube_dl/extractor/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/__init__.py b/youtube_dl/extractor/__init__.py
index 8a0f76d7e..64ce3210b 100644
--- a/youtube_dl/extractor/__init__.py
+++ b/youtube_dl/extractor/__init__.py
@@ -62,7 +62,7 @@ from .br import BRIE
from .breakcom import BreakIE
from .brightcove import (
BrightcoveLegacyIE,
- BrightcoveInPageEmbedIE,
+ BrightcoveNewIE,
)
from .buzzfeed import BuzzFeedIE
from .byutv import BYUtvIE