removed archivebate1

This commit is contained in:
Simon
2026-05-22 09:19:17 +00:00
committed by ForgeCode
parent a5c6290596
commit e4941b1209
3 changed files with 0 additions and 1524 deletions

View File

@@ -291,11 +291,6 @@ const PROVIDERS: &[ProviderDef] = &[
module: "archivebate",
ty: "ArchivebateProvider",
},
ProviderDef {
id: "archivebate1",
module: "archivebate1",
ty: "ArchivebateProvider",
},
ProviderDef {
id: "thaiporntv",
module: "thaiporntv",

File diff suppressed because it is too large Load Diff

View File

@@ -175,13 +175,6 @@ impl Requester {
Ok(response.text().await?)
}
#[cfg(any(
not(hottub_single_provider),
hottub_provider = "archivebate",
hottub_provider = "archivebate1",
hottub_provider = "hypnotube",
hottub_provider = "vjav",
))]
fn debug_cookie_preview_from_borrowed_headers(
&self,
url: &str,
@@ -377,14 +370,6 @@ impl Requester {
Ok(response)
}
#[cfg(any(
not(hottub_single_provider),
hottub_provider = "archivebate",
hottub_provider = "archivebate1",
hottub_provider = "hypnotube",
hottub_provider = "freeuseporn",
hottub_provider = "vjav",
))]
pub async fn post(
&mut self,
url: &str,