From 01ed6b89e5eec5e99038a654c33d2a564f0a2e9a Mon Sep 17 00:00:00 2001 From: Hier631 <34473369+Hier631@users.noreply.github.com> Date: Wed, 20 Dec 2017 21:51:41 +0100 Subject: [PATCH] Updated fix for Heise extractor --- youtube_dl/extractor/heise.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/youtube_dl/extractor/heise.py b/youtube_dl/extractor/heise.py index 120fc2da2..c9de583dd 100644 --- a/youtube_dl/extractor/heise.py +++ b/youtube_dl/extractor/heise.py @@ -14,7 +14,7 @@ from ..utils import ( class HeiseIE(InfoExtractor): - _VALID_URL = r'https?://(?:www\.|m\.)?heise\.de/(?:[^/]+/)+[^/]+-(?P[0-9]+)\.html' + _VALID_URL = r'https?://(?:www\.)?heise\.de/(?:[^/]+/)+[^/]+-(?P[0-9]+)\.html' _TESTS = [{ 'url': 'http://www.heise.de/video/artikel/Podcast-c-t-uplink-3-3-Owncloud-Tastaturen-Peilsender-Smartphone-2404147.html', 'md5': 'ffed432483e922e88545ad9f2f15d30e',