diff options
| -rw-r--r-- | yt_dlp_plugins/extractor/radiko.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp_plugins/extractor/radiko.py b/yt_dlp_plugins/extractor/radiko.py index e91422e..70254ff 100644 --- a/yt_dlp_plugins/extractor/radiko.py +++ b/yt_dlp_plugins/extractor/radiko.py @@ -318,6 +318,7 @@ class _RadikoBaseIE(InfoExtractor): if delivered_live and timefree and do_as_live_chunks: first_chunk = traverse_obj(m3u8_formats, (..., "url",), get_all=False) + # we have this so that we can still return a semi-useful `url` for use in mpv etc def fragments_generator(_): return hacks._generate_as_live_fragments( |