diff options
Diffstat (limited to 'yt_dlp_plugins/extractor')
| -rw-r--r-- | yt_dlp_plugins/extractor/radiko.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp_plugins/extractor/radiko.py b/yt_dlp_plugins/extractor/radiko.py index dadde05..e91422e 100644 --- a/yt_dlp_plugins/extractor/radiko.py +++ b/yt_dlp_plugins/extractor/radiko.py @@ -335,7 +335,7 @@ class _RadikoBaseIE(InfoExtractor): # fallback to live for ffmpeg etc "url": first_chunk, "http_headers": auth_headers, - "is_live": "yesn't", + "is_from_start": True, }] format_note.append("Chunked") |