1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-02-03 00:42:51 +08:00

[metaebene] add missing test and fix regex for freakshow

This commit is contained in:
Kay B 2018-03-17 20:38:30 +01:00
parent adc3a02963
commit 79ccad2a9a

View File

@ -11,7 +11,7 @@ class MetaebeneIE(InfoExtractor):
(?:cre\.fm/ (?:cre\.fm/
|logbuch-netzpolitik\.de/ |logbuch-netzpolitik\.de/
|forschergeist\.de/podcast/ |forschergeist\.de/podcast/
|freakshow\.fm/podcast/ |freakshow\.fm/
|raumzeit-podcast.de/([^/]+/){3} |raumzeit-podcast.de/([^/]+/){3}
|fokus-europa.de/podcast/ |fokus-europa.de/podcast/
|not-safe-for-work.de/ |not-safe-for-work.de/
@ -48,6 +48,20 @@ class MetaebeneIE(InfoExtractor):
'params': { 'params': {
'skip_download': True, 'skip_download': True,
}, },
}, {
'url': 'https://freakshow.fm/fs214-hoert-euch-doch-mal-zu/',
'info_dict': {
'id': 'fs214',
'ext': 'oga',
'formats': 'mincount:4',
'title': 'FS214 Hört Euch doch mal zu!',
'description': 'md5:fee96be2577e32c420ea33b5c189a1be',
'site_name': 'Freak Show',
'thumbnail': r're:^https?://.*\.jpg$',
},
'params': {
'skip_download': True,
},
}, { }, {
'url': 'https://forschergeist.de/podcast/fg054-urbane-resilienz', 'url': 'https://forschergeist.de/podcast/fg054-urbane-resilienz',
'info_dict': { 'info_dict': {