1
0
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:
doe1080 2025-07-19 20:23:11 +09:00
parent eecc56431b
commit 3e27a4b407

View File

@ -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):