This commit is contained in:
Simon
2026-04-03 19:24:46 +00:00
parent 041460d9b9
commit b8c326306d
3 changed files with 1751 additions and 1 deletions

View File

@@ -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

File diff suppressed because it is too large Load Diff

View File

@@ -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,