commit: 45ff2d51d039f7851abf3dabc506df984f6cb9bc
parent 5de3ece2256584732a4b2c74a499f36577c42008
Author: Philipp Hagemeister <phihag@phihag.de>
Date: Thu, 11 Jul 2013 16:31:29 +0200
[brightcove] add import
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/youtube_dl/extractor/brightcove.py b/youtube_dl/extractor/brightcove.py
@@ -5,6 +5,7 @@ import xml.etree.ElementTree
from .common import InfoExtractor
from ..utils import (
compat_urllib_parse,
+ find_xpath_attr,
)
class BrightcoveIE(InfoExtractor):