scrapy / scrapely

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

Mdr extractor #65

Open tpeng opened 9 years ago

tpeng commented 9 years ago

add MdrExtractor to parse the listing data. the output will be a separated field with the name as the group name set in the annotation (using listingDataGroupName) and the value is a list of dict extracted from each matched record.