From 4678f793475241d395157eaee6f375a8b1f24976 Mon Sep 17 00:00:00 2001 From: garret1317 Date: Fri, 19 Sep 2025 11:50:30 +0100 Subject: fix typo --- yt_dlp_plugins/extractor/radiko.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yt_dlp_plugins/extractor') diff --git a/yt_dlp_plugins/extractor/radiko.py b/yt_dlp_plugins/extractor/radiko.py index 8b6b623..922c0eb 100644 --- a/yt_dlp_plugins/extractor/radiko.py +++ b/yt_dlp_plugins/extractor/radiko.py @@ -651,7 +651,7 @@ class RadikoSearchIE(InfoExtractor): # but if there's more than one, then we should at least try to pass it through as-is, in the hope that it works if len(filter_set) != 1: # but also kick up a stink about it so it's clear it probably won't - self.report_warning("Your search has an unknkown combination of filters, so this request will probably fail!") + self.report_warning("Your search has an unknown combination of filters, so this request will probably fail!") search_url = update_url_query("https://api.annex-cf.radiko.jp/v1/programs/legacy/perl/program/search", { **queries, -- cgit v1.2.3-70-g09d2