[generic] small typo

This commit is contained in:
Philipp Hagemeister 2013-08-26 21:29:31 +02:00
parent 90648143c3
commit 627a91a9a8
1 changed files with 1 additions and 1 deletions

View File

@ -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.')