浏览代码

[brightcove] add import

Philipp Hagemeister 12 年之前
父节点
当前提交
45ff2d51d0
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      youtube_dl/extractor/brightcove.py

+ 1 - 0
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):