This commit is contained in:
Simon
2025-08-10 15:32:41 +00:00
parent 673458b630
commit 944746bf12
6 changed files with 298 additions and 7 deletions

View File

@@ -135,7 +135,7 @@ impl RedtubeProvider {
let client = Client::builder().cert_verification(false).emulation(Emulation::Firefox136).build()?;
let mut response = client.get(video_url.clone())
.proxy(proxy.clone())
//.proxy(proxy.clone())
.send().await?;
if response.status().is_redirection(){