scrapy / scrapely

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

Attributes lazy loading #85

Closed plafl closed 8 years ago

plafl commented 8 years ago

HtmlTag won't parse attributes until they are accessed. The reason is that most of the attributes are never used for extraction.