This commit is contained in:
Simon
2026-05-20 14:28:11 +00:00
committed by ForgeCode
parent 2a72e08d8a
commit 2ec9137df9
6 changed files with 792 additions and 0 deletions

View File

@@ -306,6 +306,11 @@ const PROVIDERS: &[ProviderDef] = &[
module: "allpornstream",
ty: "AllPornStreamProvider",
},
ProviderDef {
id: "tube8",
module: "tube8",
ty: "Tube8Provider",
},
];
fn main() {