mirror of
https://github.com/l1ving/youtube-dl
synced 2025-01-24 00:52:55 +08:00
Updated fix for Heise extractor
This commit is contained in:
parent
f64318ab19
commit
01ed6b89e5
@ -14,7 +14,7 @@ from ..utils import (
|
||||
|
||||
|
||||
class HeiseIE(InfoExtractor):
|
||||
_VALID_URL = r'https?://(?:www\.|m\.)?heise\.de/(?:[^/]+/)+[^/]+-(?P<id>[0-9]+)\.html'
|
||||
_VALID_URL = r'https?://(?:www\.)?heise\.de/(?:[^/]+/)+[^/]+-(?P<id>[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',
|
||||
|
Loading…
Reference in New Issue
Block a user