headless-chrome-crawler icon indicating copy to clipboard operation
headless-chrome-crawler copied to clipboard

Distributed crawler powered by Headless Chrome

Results 33 headless-chrome-crawler issues
Sort by recently updated
recently updated
newest added

**What is the current behavior?** Miss the type definition file. **What is the expected behavior?** Have the type definition file. **What is the motivation / use case for changing the...

chore

[WARC](http://iipc.github.io/warc-specifications/) is well-known format for storing crawled captures. It can store arbitrary number of HTTP requests and responses along with other network interactions such as DNS lookups along with their...

feature

use ioredis instead of redis add extra code to make typescript happy fix errors ``` TypeError: this._client.zadd is not a function ``` because redis has changed api ``` ClientClosedError: The...