add kwiky provider

kwiky.com (ICF/StreamMate platform) short-form cam clips. Two-step API
(ID list → metadata batch), XSRF token auth cached with double-checked
RwLock, direct MP4 formats from media.icfcdn.com, 48 curated tags via
keywordSearch.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Simon
2026-06-24 15:43:45 +00:00
parent b7ebb0d768
commit 94e9603fe5
3 changed files with 459 additions and 0 deletions

View File

@@ -386,6 +386,11 @@ const PROVIDERS: &[ProviderDef] = &[
module: "xxxtik",
ty: "XxxtikProvider",
},
ProviderDef {
id: "kwiky",
module: "kwiky",
ty: "KwikyProvider",
},
];
fn main() {