From 0d1f8e135b88facf6dde8be29c64e0eeb7e4060d Mon Sep 17 00:00:00 2001 From: garret Date: Fri, 7 Jun 2024 16:58:14 +0100 Subject: set the station's uploader_id parity with yt-dlp proper --- yt_dlp_plugins/extractor/radiko.py | 1 + 1 file changed, 1 insertion(+) (limited to 'yt_dlp_plugins/extractor/radiko.py') diff --git a/yt_dlp_plugins/extractor/radiko.py b/yt_dlp_plugins/extractor/radiko.py index e6bc9d2..823d819 100644 --- a/yt_dlp_plugins/extractor/radiko.py +++ b/yt_dlp_plugins/extractor/radiko.py @@ -498,6 +498,7 @@ class _RadikoBaseIE(InfoExtractor): "channel_url": station_url, "uploader": station_name, + "uploader_id": station_id, "uploader_url": station_url, "thumbnail": url_or_none(station.find("banner").text), -- cgit v1.2.3-70-g09d2