summary refs log tree commit diff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-07-11 16:31:29 +0200
committerPhilipp Hagemeister <phihag@phihag.de>2013-07-11 16:31:29 +0200
commit45ff2d51d039f7851abf3dabc506df984f6cb9bc (patch)
tree680dc9afde1e3579615e80ffd3cf71a43d2e6910
parent5de3ece2256584732a4b2c74a499f36577c42008 (diff)
downloadyoutube-dl-45ff2d51d039f7851abf3dabc506df984f6cb9bc.tar.gz
youtube-dl-45ff2d51d039f7851abf3dabc506df984f6cb9bc.tar.xz
youtube-dl-45ff2d51d039f7851abf3dabc506df984f6cb9bc.zip
[brightcove] add import
-rw-r--r--youtube_dl/extractor/brightcove.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/youtube_dl/extractor/brightcove.py b/youtube_dl/extractor/brightcove.py
index c784ba785..450b4a406 100644
--- 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):