andrew-d / goscrape

Structured scraper for Go
25 stars 4 forks source link

Custom filtering #4

Open suntong opened 8 years ago

suntong commented 8 years ago

Hi,

I like your "structured scraper" concept very much. It really captures what scraping is actually doing.

Please keep up the good work, especially, make goscrape more extensible, allowing people to customize nearly every step of processes, including:

Hope you can come up something that covers above. I think the feature will be very useful.

Thanks

suntong commented 8 years ago

Please refer to https://github.com/suntong/goscrape/issues/6 for the fix.