X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Fiprima.py;h=d1defd363c5fe9c86330236f53b8aa21bfe65a38;hb=edb53e2dc33c37a8c4cef3ec541084171adeed5b;hp=2a29e6072bc78b0afe5fe2460cd9d1ea45565203;hpb=f1cef7a9ffcf92781e8ee81934a1bf985aefdbca;p=youtube-dl diff --git a/youtube_dl/extractor/iprima.py b/youtube_dl/extractor/iprima.py index 2a29e6072..d1defd363 100644 --- a/youtube_dl/extractor/iprima.py +++ b/youtube_dl/extractor/iprima.py @@ -48,7 +48,7 @@ class IPrimaIE(InfoExtractor): webpage = self._download_webpage(url, video_id) - if re.search(r'Nemáte oprávnění přistupovat na tuto stránku.\s*', webpage): + if re.search(r'Nemáte oprávnění přistupovat na tuto stránku\.\s*', webpage): raise ExtractorError( '%s said: You do not have permission to access this page' % self.IE_NAME, expected=True)