archivebate1
This commit is contained in:
5
build.rs
5
build.rs
@@ -271,6 +271,11 @@ const PROVIDERS: &[ProviderDef] = &[
|
||||
module: "archivebate",
|
||||
ty: "ArchivebateProvider",
|
||||
},
|
||||
ProviderDef {
|
||||
id: "archivebate1",
|
||||
module: "archivebate1",
|
||||
ty: "ArchivebateProvider",
|
||||
},
|
||||
];
|
||||
|
||||
fn main() {
|
||||
|
||||
1504
src/providers/archivebate1.rs
Normal file
1504
src/providers/archivebate1.rs
Normal file
File diff suppressed because it is too large
Load Diff
@@ -38,7 +38,7 @@ impl ChaturbateProvider {
|
||||
|
||||
Channel {
|
||||
id: "chaturbate".to_string(),
|
||||
name: "WORK IN PROGRESS Chaturbate".to_string(),
|
||||
name: "Chaturbate".to_string(),
|
||||
description: "Free Adult Webcams".to_string(),
|
||||
premium: false,
|
||||
favicon: "https://www.google.com/s2/favicons?sz=64&domain=chaturbate.com".to_string(),
|
||||
|
||||
@@ -175,6 +175,7 @@ impl Requester {
|
||||
#[cfg(any(
|
||||
not(hottub_single_provider),
|
||||
hottub_provider = "archivebate",
|
||||
hottub_provider = "archivebate1",
|
||||
hottub_provider = "hypnotube",
|
||||
hottub_provider = "vjav",
|
||||
))]
|
||||
@@ -383,6 +384,7 @@ impl Requester {
|
||||
#[cfg(any(
|
||||
not(hottub_single_provider),
|
||||
hottub_provider = "archivebate",
|
||||
hottub_provider = "archivebate1",
|
||||
hottub_provider = "hypnotube",
|
||||
hottub_provider = "freeuseporn",
|
||||
hottub_provider = "vjav",
|
||||
|
||||
Reference in New Issue
Block a user