Browse Source

[brightcove] add import

master
Philipp Hagemeister 11 years ago
parent
commit
45ff2d51d0
1 changed files with 1 additions and 0 deletions
  1. 1
      youtube_dl/extractor/brightcove.py

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

Loading…
Cancel
Save