vjav
This commit is contained in:
5
build.rs
5
build.rs
@@ -209,6 +209,11 @@ const PROVIDERS: &[ProviderDef] = &[
|
|||||||
module: "supjav",
|
module: "supjav",
|
||||||
ty: "SupjavProvider",
|
ty: "SupjavProvider",
|
||||||
},
|
},
|
||||||
|
ProviderDef {
|
||||||
|
id: "vjav",
|
||||||
|
module: "vjav",
|
||||||
|
ty: "VjavProvider",
|
||||||
|
},
|
||||||
ProviderDef {
|
ProviderDef {
|
||||||
id: "hypnotube",
|
id: "hypnotube",
|
||||||
module: "hypnotube",
|
module: "hypnotube",
|
||||||
|
|||||||
1740
src/providers/vjav.rs
Normal file
1740
src/providers/vjav.rs
Normal file
File diff suppressed because it is too large
Load Diff
@@ -172,7 +172,11 @@ impl Requester {
|
|||||||
Ok(response.text().await?)
|
Ok(response.text().await?)
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(any(not(hottub_single_provider), hottub_provider = "hypnotube"))]
|
#[cfg(any(
|
||||||
|
not(hottub_single_provider),
|
||||||
|
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,
|
||||||
@@ -379,6 +383,7 @@ impl Requester {
|
|||||||
not(hottub_single_provider),
|
not(hottub_single_provider),
|
||||||
hottub_provider = "hypnotube",
|
hottub_provider = "hypnotube",
|
||||||
hottub_provider = "freeuseporn",
|
hottub_provider = "freeuseporn",
|
||||||
|
hottub_provider = "vjav",
|
||||||
))]
|
))]
|
||||||
pub async fn post(
|
pub async fn post(
|
||||||
&mut self,
|
&mut self,
|
||||||
|
|||||||
Reference in New Issue
Block a user