From a88ca60ee514c5347193fc679933a31117bac7ea Mon Sep 17 00:00:00 2001 From: garret1317 Date: Sat, 13 Sep 2025 15:27:57 +0100 Subject: clarify "indexing (station) regions" text --- yt_dlp_plugins/extractor/radiko.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yt_dlp_plugins') diff --git a/yt_dlp_plugins/extractor/radiko.py b/yt_dlp_plugins/extractor/radiko.py index ae0ee49..0566b6d 100644 --- a/yt_dlp_plugins/extractor/radiko.py +++ b/yt_dlp_plugins/extractor/radiko.py @@ -94,7 +94,7 @@ class _RadikoBaseIE(InfoExtractor): def _index_regions(self): region_data = {} - tree = self._download_xml("https://radiko.jp/v3/station/region/full.xml", None, note="Indexing regions") + tree = self._download_xml("https://radiko.jp/v3/station/region/full.xml", None, note="Indexing station regions") for stations in tree: for station in stations: area = station.find("area_id").text -- cgit v1.2.3-70-g09d2