diff options
| author | garret1317 <garret@airmail.cc> | 2025-11-07 02:10:36 +0000 |
|---|---|---|
| committer | garret1317 <garret@airmail.cc> | 2025-11-07 02:10:36 +0000 |
| commit | 8f9b612d0c71abff43100a82f9617085b4ab61e3 (patch) | |
| tree | f1a1fd4a094ba5fa04c36024d4cc95ca6fabd327 /yt_dlp_plugins/extractor | |
| parent | 1eaf54d25c333d1303756c6bade19f38befee6d0 (diff) | |
| download | yt-dlp-rajiko-8f9b612d0c71abff43100a82f9617085b4ab61e3.tar.gz yt-dlp-rajiko-8f9b612d0c71abff43100a82f9617085b4ab61e3.tar.bz2 yt-dlp-rajiko-8f9b612d0c71abff43100a82f9617085b4ab61e3.zip | |
comment
Diffstat (limited to 'yt_dlp_plugins/extractor')
| -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( |