diff options
| -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): | 
