aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/yt_dlp_plugins/extractor/radiko.py
diff options
context:
space:
mode:
authorgarret <garret@airmail.cc>2023-07-04 19:42:45 +0100
committergarret <garret@airmail.cc>2023-07-04 19:42:45 +0100
commit53f9f9e4e698cf2729413d0d0245108aecf79135 (patch)
treee2e981f484e248165a87b2145a9a3ecf569c5e9c /yt_dlp_plugins/extractor/radiko.py
parenta18b48244a89e83aa90b01e16028ca0ae435ec59 (diff)
downloadyt-dlp-rajiko-53f9f9e4e698cf2729413d0d0245108aecf79135.tar.gz
yt-dlp-rajiko-53f9f9e4e698cf2729413d0d0245108aecf79135.tar.bz2
yt-dlp-rajiko-53f9f9e4e698cf2729413d0d0245108aecf79135.zip
add station as uploader
so when embedding it gets tagged as the artist
Diffstat (limited to 'yt_dlp_plugins/extractor/radiko.py')
-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),