scrapy / scrapely

A pure-python HTML screen-scraping library
1.86k stars 315 forks source link

scrapely.template.FragmentNotFound: Fragment not found annotating 'price' using: <function func at 0x...> #114

Open rjunior8 opened 5 years ago

rjunior8 commented 5 years ago

How does it work? What it get to train?

For example: span class="cldt-price sc-font-xl sc-font-bold" data-item-name="price">€ 7.600,-</span

In this case, I did: data = {"price" : "€ 7.600,-"} But I receive that error.

What I have must to do to get the price?