mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-23 22:56:21 +00:00
arreglar image_url coto
This commit is contained in:
parent
f2401aa965
commit
37ceb15e74
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ pub fn parse(url: String, dom: &tl::VDom) -> Result<PrecioPoint, anyhow::Error>
|
||||||
.map(|s| s.trim().to_string());
|
.map(|s| s.trim().to_string());
|
||||||
|
|
||||||
let image_url = dom
|
let image_url = dom
|
||||||
.query_selector(".zoom img")
|
.query_selector(".zoomImage1")
|
||||||
.unwrap()
|
.unwrap()
|
||||||
.filter_map(|h| h.get(dom.parser()))
|
.filter_map(|h| h.get(dom.parser()))
|
||||||
.filter_map(|n| n.as_tag())
|
.filter_map(|n| n.as_tag())
|
||||||
|
|
Loading…
Reference in a new issue