gocrawl icon indicating copy to clipboard operation
gocrawl copied to clipboard

Polite, slim and concurrent web crawler.

Results 6 gocrawl issues
Sort by recently updated
recently updated
newest added

Hello, I'm interested in gocrawl and I want to submit Chinese version of translation of readme. What can I do ? Can I give a PR on that?

The crawler should optionally parse image tags that are in the form `` and use it as input for crawling (just as it would consider `` links to images). I'm...

The current stop functionality via `Crawler.Stop` is insufficient for multiple reasons: * Calling `Stop` twice results in a panic (because it would close `c.stop` twice) * Inside the functions `Extender.Visit`...

Implement the code for #69 Parsing image tags to include them in crawling. By default the new setting `ParseImageTags` is set to false, so the current default behavior does not...

There should be an optional read limit for reading the response body - otherwise a website could literally respond with GBs of data. The problem was already raised (and incorrectly...