1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-05-20 13:35:29 +08:00

[brightcove] add import

This commit is contained in:
Philipp Hagemeister
2013-07-11 16:31:29 +02:00
Unverified
parent 5de3ece225
commit 45ff2d51d0
+1
View File
@@ -5,6 +5,7 @@ import xml.etree.ElementTree
from .common import InfoExtractor
from ..utils import (
compat_urllib_parse,
find_xpath_attr,
)
class BrightcoveIE(InfoExtractor):