X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Forf.py;h=b42eae89aca1bdc894e29a876d06e4c5d49564a0;hb=1d87e3a1c64e3183d17a6dc6fbc4353a86aa5f99;hp=cfca2a06352287038ff367e0f83fa67bd4cee782;hpb=c3dd69eab40d1e006962a8a2b2ebc2dce94e1aec;p=youtube-dl diff --git a/youtube_dl/extractor/orf.py b/youtube_dl/extractor/orf.py index cfca2a063..b42eae89a 100644 --- a/youtube_dl/extractor/orf.py +++ b/youtube_dl/extractor/orf.py @@ -12,7 +12,7 @@ from ..utils import ( ) class ORFIE(InfoExtractor): - _VALID_URL = r'https?://tvthek.orf.at/(programs/.+?/episodes|topics/.+?)/(?P\d+)' + _VALID_URL = r'https?://tvthek\.orf\.at/(programs/.+?/episodes|topics/.+?)/(?P\d+)' def _real_extract(self, url): mobj = re.match(self._VALID_URL, url)