v0.16.1
- Add
useIncognitoPages
option toPuppeteerPool
to enable opening new pages in incognito
browser contexts. This is useful to keep cookies and cache unique for each page. - Added options to load every content type in CheerioCrawler.
There are new optionsbody
andcontentType
inhandlePageFunction
for this purposes. - DEPRECATED: CheerioCrawler
html
option inhandlePageFunction
was replaced withbody
option.