mirror of
https://github.com/catdevnull/preciazo.git
synced 2024-11-22 06:16:18 +00:00
chore: despublicar
This commit is contained in:
parent
1bc4bcfe3e
commit
28662978ae
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ pub fn in_stock_from_meta(dom: &VDom) -> anyhow::Result<bool> {
|
|||
)
|
||||
}
|
||||
|
||||
pub fn parse_urls_from_sitemap(sitemap: &str) -> anyhow::Result<Vec<String>> {
|
||||
fn parse_urls_from_sitemap(sitemap: &str) -> anyhow::Result<Vec<String>> {
|
||||
let dom = tl::parse(sitemap, tl::ParserOptions::default())?;
|
||||
dom.query_selector("loc")
|
||||
.unwrap()
|
||||
|
|
Loading…
Reference in a new issue