mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-03 23:25:06 +00:00
[brightcove] add import
This commit is contained in:
parent
5de3ece225
commit
45ff2d51d0
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
from .common import InfoExtractor
|
||||
from ..utils import (
|
||||
compat_urllib_parse,
|
||||
find_xpath_attr,
|
||||
)
|
||||
|
||||
class BrightcoveIE(InfoExtractor):
|
||||
|
|
Loading…
Reference in a new issue