X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fgeneric.py;h=b633e896c6eb3d5b2158585d01ffba9615fe8f31;hb=0f90943e455fd0e4f323fa6d43092060c8b1db61;hp=33790741f8184a9d5e8002f0c7afc1ea20c2a986;hpb=3fa95508373bb5813099c2e4ccad95638a506916;p=youtube-dl.git diff --git a/youtube_dl/extractor/generic.py b/youtube_dl/extractor/generic.py index 33790741f..b633e896c 100644 --- a/youtube_dl/extractor/generic.py +++ b/youtube_dl/extractor/generic.py @@ -120,7 +120,7 @@ class GenericIE(InfoExtractor): self.report_extraction(video_id) # Look for BrigthCove: - m_brightcove = re.search(r'', webpage, re.DOTALL) + m_brightcove = re.search(r'', webpage, re.DOTALL) if m_brightcove is not None: self.to_screen(u'Brightcove video detected.') bc_url = BrightcoveIE._build_brighcove_url(m_brightcove.group())