mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2024-11-03 03:40:20 +00:00
[mdr] Remove test
For context, refer to the http://de.wikipedia.org/wiki/Depublizieren
This commit is contained in:
parent
79fed2a4df
commit
bd1488ae64
@ -9,22 +9,7 @@ from ..utils import (
|
|||||||
class MDRIE(InfoExtractor):
|
class MDRIE(InfoExtractor):
|
||||||
_VALID_URL = r'^(?P<domain>(?:https?://)?(?:www\.)?mdr\.de)/mediathek/(?:.*)/(?P<type>video|audio)(?P<video_id>[^/_]+)_.*'
|
_VALID_URL = r'^(?P<domain>(?:https?://)?(?:www\.)?mdr\.de)/mediathek/(?:.*)/(?P<type>video|audio)(?P<video_id>[^/_]+)_.*'
|
||||||
|
|
||||||
_TESTS = [{
|
# No tests, MDR regularily deletes its videos
|
||||||
u'url': u'http://www.mdr.de/mediathek/themen/nachrichten/video165624_zc-c5c7de76_zs-3795826d.html',
|
|
||||||
u'file': u'165624.mp4',
|
|
||||||
u'md5': u'ae785f36ecbf2f19b42edf1bc9c85815',
|
|
||||||
u'info_dict': {
|
|
||||||
u"title": u"MDR aktuell Eins30 09.12.2013, 22:48 Uhr"
|
|
||||||
},
|
|
||||||
},
|
|
||||||
{
|
|
||||||
u'url': u'http://www.mdr.de/mediathek/radio/mdr1-radio-sachsen/audio718370_zc-67b21197_zs-1b9b2483.html',
|
|
||||||
u'file': u'718370.mp3',
|
|
||||||
u'md5': u'a9d21345a234c7b45dee612f290fd8d7',
|
|
||||||
u'info_dict': {
|
|
||||||
u"title": u"MDR 1 RADIO SACHSEN 10.12.2013, 05:00 Uhr"
|
|
||||||
},
|
|
||||||
}]
|
|
||||||
|
|
||||||
def _real_extract(self, url):
|
def _real_extract(self, url):
|
||||||
m = re.match(self._VALID_URL, url)
|
m = re.match(self._VALID_URL, url)
|
||||||
|
Loading…
Reference in New Issue
Block a user