EZ-hwh/AutoScraper

IS there any wrong with the crawler_extraction?

LinXin04 opened this issue · 2 comments

image

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

Thanks for pointing out the mistakes in our code. It appears to be the code setup for our ablation experiments. We are sorry that we made such a mistake in the process of organizing the open-source code. We will modify the code very soon.