This commit is contained in:
Simon
2026-06-22 18:54:59 +00:00
parent 342c7dc098
commit da51d6a910
8 changed files with 1606 additions and 0 deletions

View File

@@ -16,6 +16,11 @@ const PROVIDERS: &[ProviderDef] = &[
module: "pornxp",
ty: "PornxpProvider",
},
ProviderDef {
id: "animeidhentai",
module: "animeidhentai",
ty: "AnimeidhentaiProvider",
},
ProviderDef {
id: "all",
module: "all",
@@ -371,6 +376,11 @@ const PROVIDERS: &[ProviderDef] = &[
module: "fyptt",
ty: "FypttProvider",
},
ProviderDef {
id: "hentaitv",
module: "hentaitv",
ty: "HentaitvProvider",
},
];
fn main() {