mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-08-16 01:18:29 +00:00
TuneInStationIE_2
This commit is contained in:
parent
eecc56431b
commit
3e27a4b407
@ -80,13 +80,13 @@ class TuneInStationIE(TuneInBaseIE):
|
||||
},
|
||||
}]
|
||||
_WEBPAGE_TESTS = [{
|
||||
'url': 'http://radiocnrv.com/promouvoir-radio-cnrv/',
|
||||
'url': 'https://www.martiniinthemorning.com/',
|
||||
'info_dict': {
|
||||
'id': '204146',
|
||||
'id': 's55412',
|
||||
'ext': 'mp3',
|
||||
'title': 'CNRV',
|
||||
'title': 'TuneInStation video #s55412',
|
||||
},
|
||||
'skip': 'Invalid URL',
|
||||
'expected_warnings': ['unable to extract hydration', 'Extractor failed to obtain "title"'],
|
||||
}]
|
||||
|
||||
def _real_extract(self, url):
|
||||
|
Loading…
Reference in New Issue
Block a user