From 8a28ae7108b776bf87104e08dd21dca879ead6ad Mon Sep 17 00:00:00 2001 From: eleph-hub <59421919+eleph-hub@users.noreply.github.com> Date: Tue, 25 Feb 2020 21:27:01 +0100 Subject: [PATCH] fix for url pattern fixed pattern https://www.servus.com/tv/videos/aa-1t6vbu5pw1w12/ --- youtube_dl/extractor/servus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/servus.py b/youtube_dl/extractor/servus.py index 7575a15b8..5df277736 100644 --- a/youtube_dl/extractor/servus.py +++ b/youtube_dl/extractor/servus.py @@ -7,7 +7,7 @@ from .common import InfoExtractor class ServusIE(InfoExtractor): - _VALID_URL = r'https?://(?:www\.)?servus(tv)?\.com/(?:(?:at|de)/p/[^/]+|videos)/(?P[aA]{2}-\w+|\d+-\d+)' + _VALID_URL = r'https?://(?:www\.)?servus(tv)?\.com/(?:(?:at|de)/p/[^/]+|(tv/)?videos)/(?P[aA]{2}-\w+|\d+-\d+)' _TESTS = [{ 'url': 'https://www.servus.com/de/p/Die-Gr%C3%BCnen-aus-Sicht-des-Volkes/AA-1T6VBU5PW1W12/', 'md5': '3e1dd16775aa8d5cbef23628cfffc1f4',