[brightcove] add import
authorPhilipp Hagemeister <phihag@phihag.de>
Thu, 11 Jul 2013 14:31:29 +0000 (16:31 +0200)
committerPhilipp Hagemeister <phihag@phihag.de>
Thu, 11 Jul 2013 14:31:29 +0000 (16:31 +0200)
youtube_dl/extractor/brightcove.py

index c784ba785010e00a7c22ea8590fff5a38f7f84f9..450b4a4063ee4bd99b6dc03f33a1bed20832b5e0 100644 (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):