Skip to content

Commit cf3e948

Browse files
added xml mime
1 parent 8fcb3ca commit cf3e948

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ Apify.main(async () => {
167167
handlePageFunction,
168168
handleFailedRequestFunction,
169169
proxyUrls: proxyUrl ? [proxyUrl] : null,
170+
additionalMimeTypes: ['application/xml'], // For CheerioCrawler
170171
};
171172

172173
const launchPuppeteerOptions = {

0 commit comments

Comments
 (0)