aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-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 fe8d23e..7498a91 100755
--- a/yt_dlp_plugins/extractor/radiko.py
+++ b/yt_dlp_plugins/extractor/radiko.py
@@ -434,6 +434,7 @@ class _RadikoBaseIE(InfoExtractor):
def _get_station_region(self, station):
regions = self.cache.load("rajiko", "region_index")
if regions is None or station not in regions:
+ self.write_debug(f"station {station} not found, re-indexing in case it's new")
regions = self._index_regions()
return regions[station]