mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-02 22:03:02 +08:00
[metaebene] add missing test and fix regex for freakshow
This commit is contained in:
parent
adc3a02963
commit
79ccad2a9a
@ -11,7 +11,7 @@ class MetaebeneIE(InfoExtractor):
|
||||
(?:cre\.fm/
|
||||
|logbuch-netzpolitik\.de/
|
||||
|forschergeist\.de/podcast/
|
||||
|freakshow\.fm/podcast/
|
||||
|freakshow\.fm/
|
||||
|raumzeit-podcast.de/([^/]+/){3}
|
||||
|fokus-europa.de/podcast/
|
||||
|not-safe-for-work.de/
|
||||
@ -48,6 +48,20 @@ class MetaebeneIE(InfoExtractor):
|
||||
'params': {
|
||||
'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',
|
||||
'info_dict': {
|
||||
|
Loading…
Reference in New Issue
Block a user