EZ-hwh / AutoScraper

Official implement of paper "AutoCrawler: A Progressive Understanding Web Agent for Web Crawler Generation"
Apache License 2.0
403 stars 34 forks source link

IS there any wrong with the crawler_extraction? #11

Open LinXin04 opened 2 weeks ago

LinXin04 commented 2 weeks ago

image

item_value = extract(html, xpath_rule[item][0]) should be item_value = extract(html, xpath_rule[item])

LinXin04 commented 2 weeks ago

@EZ-hwh