[brightcove] add support for brightcove in page embed(fixes #6824)
This commit is contained in:
parent
689fb748ee
commit
ed1269000f
3 changed files with 116 additions and 2 deletions
|
@ -59,7 +59,10 @@ from .bloomberg import BloombergIE
|
|||
from .bpb import BpbIE
|
||||
from .br import BRIE
|
||||
from .breakcom import BreakIE
|
||||
from .brightcove import BrightcoveIE
|
||||
from .brightcove import (
|
||||
BrightcoveIE,
|
||||
BrightcoveInPageEmbedIE,
|
||||
)
|
||||
from .buzzfeed import BuzzFeedIE
|
||||
from .byutv import BYUtvIE
|
||||
from .c56 import C56IE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue