headless-chrome-crawler
headless-chrome-crawler copied to clipboard
Distributed crawler powered by Headless Chrome
**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...
[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...
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...