arreglar image_url coto

This commit is contained in:
Cat /dev/Nulo 2024-01-11 14:45:50 -03:00
parent f2401aa965
commit 37ceb15e74

View file

@ -57,7 +57,7 @@ pub fn parse(url: String, dom: &tl::VDom) -> Result<PrecioPoint, anyhow::Error>
.map(|s| s.trim().to_string());
let image_url = dom
.query_selector(".zoom img")
.query_selector(".zoomImage1")
.unwrap()
.filter_map(|h| h.get(dom.parser()))
.filter_map(|n| n.as_tag())