more providers

This commit is contained in:
Simon
2026-09-07 19:31:34 +00:00
parent dd0c6f8a91
commit 7452dd5aa3
3 changed files with 1526 additions and 0 deletions

View File

@@ -441,6 +441,16 @@ const PROVIDERS: &[ProviderDef] = &[
module: "fapello",
ty: "FapelloProvider",
},
ProviderDef {
id: "coomer",
module: "coomer",
ty: "CoomerProvider",
},
ProviderDef {
id: "hentaimama",
module: "hentaimama",
ty: "HentaimamaProvider",
},
];
fn main() {