1.2.4
版本发布时间: 2017-12-25 18:34:23
yujiosaka/headless-chrome-crawler最新发布版本:1.8.0(2018-06-11 09:27:32)
Added
- Support CSV and JSON Lines formats for exporting results
- Emit
requeststarted
,requestskipped
,requestfinished
,requestfailed
,maxdepthreached
,maxrequestreached
anddisconnected
events. - Improve debug logs by tracing public APIs and events.
Changed
- Allow
onSuccess
andevaluatePage
options asnull
. - Change
crawler.isPaused
,crawler.queueSize
,crawler.pendingQueueSize
andcrawler.requestedCount
from read-only properties to methods.
Fixed
- Fix a bug of ignoring maxDepth option.