archivebate1

This commit is contained in:
Simon
2026-04-22 14:01:08 +00:00
parent a47a69962f
commit 6a72f84c17
4 changed files with 1512 additions and 1 deletions

View File

@@ -271,6 +271,11 @@ const PROVIDERS: &[ProviderDef] = &[
module: "archivebate", module: "archivebate",
ty: "ArchivebateProvider", ty: "ArchivebateProvider",
}, },
ProviderDef {
id: "archivebate1",
module: "archivebate1",
ty: "ArchivebateProvider",
},
]; ];
fn main() { fn main() {

File diff suppressed because it is too large Load Diff

View File

@@ -38,7 +38,7 @@ impl ChaturbateProvider {
Channel { Channel {
id: "chaturbate".to_string(), id: "chaturbate".to_string(),
name: "WORK IN PROGRESS Chaturbate".to_string(), name: "Chaturbate".to_string(),
description: "Free Adult Webcams".to_string(), description: "Free Adult Webcams".to_string(),
premium: false, premium: false,
favicon: "https://www.google.com/s2/favicons?sz=64&domain=chaturbate.com".to_string(), favicon: "https://www.google.com/s2/favicons?sz=64&domain=chaturbate.com".to_string(),

View File

@@ -175,6 +175,7 @@ impl Requester {
#[cfg(any( #[cfg(any(
not(hottub_single_provider), not(hottub_single_provider),
hottub_provider = "archivebate", hottub_provider = "archivebate",
hottub_provider = "archivebate1",
hottub_provider = "hypnotube", hottub_provider = "hypnotube",
hottub_provider = "vjav", hottub_provider = "vjav",
))] ))]
@@ -383,6 +384,7 @@ impl Requester {
#[cfg(any( #[cfg(any(
not(hottub_single_provider), not(hottub_single_provider),
hottub_provider = "archivebate", hottub_provider = "archivebate",
hottub_provider = "archivebate1",
hottub_provider = "hypnotube", hottub_provider = "hypnotube",
hottub_provider = "freeuseporn", hottub_provider = "freeuseporn",
hottub_provider = "vjav", hottub_provider = "vjav",