commented out proxies

This commit is contained in:
Simon
2025-08-18 10:07:27 +00:00
parent 0f2983ca15
commit b383a36077
5 changed files with 10 additions and 10 deletions

View File

@@ -61,7 +61,7 @@ impl OkpornProvider {
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(){
@@ -136,7 +136,7 @@ impl OkpornProvider {
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(){