1
0
mirror of https://gitlab.com/ytdl-org/youtube-dl.git synced 2025-11-10 20:57:07 -05:00

Merge branch 'brightcove_in_page_embed' of https://github.com/remitamine/youtube-dl into remitamine-brightcove_in_page_embed

This commit is contained in:
Sergey M․
2015-11-14 01:23:15 +06:00
4 changed files with 128 additions and 2 deletions

View File

@@ -60,7 +60,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