scrapy / scrapely

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

avoid false positives when extracted item is empty and descriptor has no required attribute #21

Closed kalessin closed 12 years ago

kalessin commented 12 years ago

avoid false positives when extracted item is empty and descriptor has no required attributes. Also fixed extraction test code because previous one was masking the problem