This commit is contained in:
Simon
2026-07-06 11:51:52 +00:00
parent 4dc1072d86
commit 1f9977062c
3 changed files with 678 additions and 0 deletions

View File

@@ -396,6 +396,11 @@ const PROVIDERS: &[ProviderDef] = &[
module: "hotbunny",
ty: "HotbunnyProvider",
},
ProviderDef {
id: "redgifs",
module: "redgifs",
ty: "RedgifsProvider",
},
];
fn main() {