aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/yt_dlp_plugins/extractor
diff options
context:
space:
mode:
authorgarret1317 <garret@airmail.cc>2025-09-19 11:50:30 +0100
committergarret1317 <garret@airmail.cc>2025-09-19 11:50:30 +0100
commit4678f793475241d395157eaee6f375a8b1f24976 (patch)
treea007d72de3520166d70e95f3f150ba0890eaa088 /yt_dlp_plugins/extractor
parentadbc8de0b8707ef8af14b545d11b99317d5e171e (diff)
downloadyt-dlp-rajiko-4678f793475241d395157eaee6f375a8b1f24976.tar.gz
yt-dlp-rajiko-4678f793475241d395157eaee6f375a8b1f24976.tar.bz2
yt-dlp-rajiko-4678f793475241d395157eaee6f375a8b1f24976.zip
fix typo
Diffstat (limited to 'yt_dlp_plugins/extractor')
-rw-r--r--yt_dlp_plugins/extractor/radiko.py2
1 files changed, 1 insertions, 1 deletions
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,