vjav
This commit is contained in:
5
build.rs
5
build.rs
@@ -209,6 +209,11 @@ const PROVIDERS: &[ProviderDef] = &[
|
||||
module: "supjav",
|
||||
ty: "SupjavProvider",
|
||||
},
|
||||
ProviderDef {
|
||||
id: "vjav",
|
||||
module: "vjav",
|
||||
ty: "VjavProvider",
|
||||
},
|
||||
ProviderDef {
|
||||
id: "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?)
|
||||
}
|
||||
|
||||
#[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(
|
||||
&self,
|
||||
url: &str,
|
||||
@@ -379,6 +383,7 @@ impl Requester {
|
||||
not(hottub_single_provider),
|
||||
hottub_provider = "hypnotube",
|
||||
hottub_provider = "freeuseporn",
|
||||
hottub_provider = "vjav",
|
||||
))]
|
||||
pub async fn post(
|
||||
&mut self,
|
||||
|
||||
Reference in New Issue
Block a user