From 53f9f9e4e698cf2729413d0d0245108aecf79135 Mon Sep 17 00:00:00 2001 From: garret Date: Tue, 4 Jul 2023 19:42:45 +0100 Subject: add station as uploader so when embedding it gets tagged as the artist --- yt_dlp_plugins/extractor/radiko.py | 1 + 1 file changed, 1 insertion(+) (limited to 'yt_dlp_plugins') 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), -- cgit v1.2.3-70-g09d2