camsoda and pornhub shorties

This commit is contained in:
Simon
2026-05-22 10:26:05 +00:00
committed by ForgeCode
parent e4941b1209
commit 95d2defa13
5 changed files with 1014 additions and 6 deletions

View File

@@ -36,6 +36,11 @@ const PROVIDERS: &[ProviderDef] = &[
module: "pornhub",
ty: "PornhubProvider",
},
ProviderDef {
id: "pornhub-shorties",
module: "pornhub_shorties",
ty: "PornhubShortiesProvider",
},
ProviderDef {
id: "youporn",
module: "youporn",
@@ -341,6 +346,11 @@ const PROVIDERS: &[ProviderDef] = &[
module: "xvideos",
ty: "XvideosProvider",
},
ProviderDef {
id: "camsoda",
module: "camsoda",
ty: "CamsodaProvider",
},
];
fn main() {