1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-08-16 09:28:28 +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 = [{ _WEBPAGE_TESTS = [{
'url': 'http://radiocnrv.com/promouvoir-radio-cnrv/', 'url': 'https://www.martiniinthemorning.com/',
'info_dict': { 'info_dict': {
'id': '204146', 'id': 's55412',
'ext': 'mp3', '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): def _real_extract(self, url):