aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/yt_dlp_plugins/extractor
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp_plugins/extractor')
-rwxr-xr-xyt_dlp_plugins/extractor/radiko.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/yt_dlp_plugins/extractor/radiko.py b/yt_dlp_plugins/extractor/radiko.py
index a36ea37..a99df94 100755
--- a/yt_dlp_plugins/extractor/radiko.py
+++ b/yt_dlp_plugins/extractor/radiko.py
@@ -500,6 +500,7 @@ class _RadikoBaseIE(InfoExtractor):
return {
"title": station_name,
"channel": station_name,
+ "uploader": station_name,
"channel_id": station_id,
"channel_url": station_url,
"thumbnail": url_or_none(station.find("banner").text),