From 4583e89befbeca8ca66e29fe65b39800b55d3da6 Mon Sep 17 00:00:00 2001 From: garret Date: Sun, 4 Jun 2023 00:53:09 +0100 Subject: add message asking for reports if region mismatch --- 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 f7b575b..8878308 100755 --- a/yt_dlp_plugins/extractor/radiko.py +++ b/yt_dlp_plugins/extractor/radiko.py @@ -465,7 +465,7 @@ class _RadikoBaseIE(InfoExtractor): actual_region, region_kanji, region_english = auth2.split(",") if actual_region != station_region: - self.report_warning(f"Didn't get the right region: expected {station_region}, got {actual_region}") + self.report_warning(f"Didn't get the right region: expected {station_region}, got {actual_region}. This should never happen, please report it by opening an issue on the plugin repo.") # this should never happen token = { -- cgit v1.2.3-70-g09d2