removed archivebate1
This commit is contained in:
5
build.rs
5
build.rs
@@ -291,11 +291,6 @@ const PROVIDERS: &[ProviderDef] = &[
|
|||||||
module: "archivebate",
|
module: "archivebate",
|
||||||
ty: "ArchivebateProvider",
|
ty: "ArchivebateProvider",
|
||||||
},
|
},
|
||||||
ProviderDef {
|
|
||||||
id: "archivebate1",
|
|
||||||
module: "archivebate1",
|
|
||||||
ty: "ArchivebateProvider",
|
|
||||||
},
|
|
||||||
ProviderDef {
|
ProviderDef {
|
||||||
id: "thaiporntv",
|
id: "thaiporntv",
|
||||||
module: "thaiporntv",
|
module: "thaiporntv",
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -175,13 +175,6 @@ impl Requester {
|
|||||||
Ok(response.text().await?)
|
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(
|
fn debug_cookie_preview_from_borrowed_headers(
|
||||||
&self,
|
&self,
|
||||||
url: &str,
|
url: &str,
|
||||||
@@ -377,14 +370,6 @@ impl Requester {
|
|||||||
Ok(response)
|
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(
|
pub async fn post(
|
||||||
&mut self,
|
&mut self,
|
||||||
url: &str,
|
url: &str,
|
||||||
|
|||||||
Reference in New Issue
Block a user