mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-02 19:55:16 +08:00
Changed Test to an only_matching test
This commit is contained in:
parent
948c5abb26
commit
61968de31f
@ -38,19 +38,8 @@ class ARDMediathekIE(InfoExtractor):
|
||||
'skip_download': True,
|
||||
}
|
||||
}, {
|
||||
# available till 30.11.2018
|
||||
'url': 'https://one.ard.de/tv/Mord-mit-Aussicht/Mord-mit-Aussicht-6-39-T%C3%B6dliche-Nach/ONE/Video?bcastId=46384294&documentId=55586872',
|
||||
'info_dict': {
|
||||
'id': '55586872',
|
||||
'ext': 'mp4',
|
||||
'title': 'Mord mit Aussicht (6/39) - Tödliche Nachbarschaft',
|
||||
'description': 'md5:4eba4c90e1fc0a072ba0e941ebb8170a',
|
||||
'duration': 2850,
|
||||
},
|
||||
'params': {
|
||||
# m3u8 download
|
||||
'skip_download': True,
|
||||
}
|
||||
'only_matching': True,
|
||||
}, {
|
||||
# audio
|
||||
'url': 'http://www.ardmediathek.de/tv/WDR-H%C3%B6rspiel-Speicher/Tod-eines-Fu%C3%9Fballers/WDR-3/Audio-Podcast?documentId=28488308&bcastId=23074086',
|
||||
|
Loading…
Reference in New Issue
Block a user