removed archivebate1
This commit is contained in:
5
build.rs
5
build.rs
@@ -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
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user