diff options
author | garret1317 <garret@airmail.cc> | 2025-09-19 11:50:30 +0100 |
---|---|---|
committer | garret1317 <garret@airmail.cc> | 2025-09-19 11:50:30 +0100 |
commit | 4678f793475241d395157eaee6f375a8b1f24976 (patch) | |
tree | a007d72de3520166d70e95f3f150ba0890eaa088 /yt_dlp_plugins/extractor/radiko.py | |
parent | adbc8de0b8707ef8af14b545d11b99317d5e171e (diff) | |
download | yt-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/radiko.py')
-rw-r--r-- | yt_dlp_plugins/extractor/radiko.py | 2 |
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, |