mirror of
https://github.com/l1ving/youtube-dl
synced 2026-06-06 21:44:04 +08:00
[tunein] fix Stations parsing
This commit is contained in:
@@ -30,6 +30,9 @@ class TuneInBaseIE(InfoExtractor):
|
||||
stream_data = self._download_webpage(
|
||||
streams_url, content_id, note='Downloading stream data')
|
||||
|
||||
if stream_data.startswith('('):
|
||||
stream_data = self._search_regex(r'\((.*)\);', stream_data, 'stream info')
|
||||
|
||||
streams = json.loads(stream_data).get('Streams')
|
||||
|
||||
is_live = None
|
||||
|
||||
Reference in New Issue
Block a user