scrapy / scrapely

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

Html page containing more than one single entity. How to annotate? #55

Open bitliner opened 10 years ago

bitliner commented 10 years ago

Let's imagine that an html page contains more than one single entity to extract.

Does Scrapely have a direct support for it?

I'm actually handling this situation manually, I will add it to scrapely in case I don't find any support of it and as soon as I understand the project more in details