diff options
author | Philipp Hagemeister <phihag@phihag.de> | 2013-07-11 16:31:29 +0200 |
---|---|---|
committer | Philipp Hagemeister <phihag@phihag.de> | 2013-07-11 16:31:29 +0200 |
commit | 45ff2d51d039f7851abf3dabc506df984f6cb9bc (patch) | |
tree | 680dc9afde1e3579615e80ffd3cf71a43d2e6910 /youtube_dl/extractor/brightcove.py | |
parent | 5de3ece2256584732a4b2c74a499f36577c42008 (diff) |
[brightcove] add import
Diffstat (limited to 'youtube_dl/extractor/brightcove.py')
-rw-r--r-- | youtube_dl/extractor/brightcove.py | 1 |
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): |