diff options
author | Pierre Rudloff <contact@rudloff.pro> | 2013-08-27 10:47:47 +0200 |
---|---|---|
committer | Pierre Rudloff <contact@rudloff.pro> | 2013-08-27 10:47:47 +0200 |
commit | c5b921b5975f84ec31077cf5333f14736efe40b6 (patch) | |
tree | ff9e73e29d547543aff3e7b57ae7f7f10212c806 /youtube_dl/extractor/generic.py | |
parent | 7a20e2e1f8ff0893e239aa2d855d8a00a510d769 (diff) | |
parent | e86ea47c029c1f95a696e43df7bea2e3e617fbc3 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'youtube_dl/extractor/generic.py')
-rw-r--r-- | youtube_dl/extractor/generic.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/generic.py b/youtube_dl/extractor/generic.py index 8488dca05..d034a11bb 100644 --- a/youtube_dl/extractor/generic.py +++ b/youtube_dl/extractor/generic.py @@ -126,7 +126,7 @@ class GenericIE(InfoExtractor): raise ExtractorError(u'Invalid URL: %s' % url) self.report_extraction(video_id) - # Look for BrigthCove: + # Look for BrightCove: m_brightcove = re.search(r'<object.+?class=([\'"]).*?BrightcoveExperience.*?\1.+?</object>', webpage, re.DOTALL) if m_brightcove is not None: self.to_screen(u'Brightcove video detected.') |