X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=youtube_dl%2Fextractor%2Forf.py;h=b42eae89aca1bdc894e29a876d06e4c5d49564a0;hb=c0ade33e167d1668c4aa8a6684e7083e6c71dd6e;hp=cfca2a06352287038ff367e0f83fa67bd4cee782;hpb=87968574293ef87b98f51cf0d7c0958b9f496a7a;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)