vidara and cargo updates
This commit is contained in:
@@ -202,7 +202,7 @@ impl FreeusepornProvider {
|
||||
.await
|
||||
.map_err(|error| format!("search submit failed url={search_url}; error={error}"))?;
|
||||
|
||||
Ok(response.uri().to_string().trim_end_matches('/').to_string())
|
||||
Ok(response.url().to_string().trim_end_matches('/').to_string())
|
||||
}
|
||||
|
||||
fn build_formats(&self, id: &str) -> Vec<VideoFormat> {
|
||||
|
||||
@@ -405,7 +405,7 @@ impl YespornProvider {
|
||||
)));
|
||||
}
|
||||
|
||||
let canonical_url = response.uri().to_string();
|
||||
let canonical_url = response.url().to_string();
|
||||
let body = response
|
||||
.text()
|
||||
.await
|
||||
|
||||
Reference in New Issue
Block a user