Skip to content

Commit

Permalink
fix: switch to @popstas/headless-chrome-crawler was not finished
Browse files Browse the repository at this point in the history
  • Loading branch information
popstas committed May 6, 2020
1 parent 245b5bb commit 786ad89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scrap-site.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// see API - https://github.com/yujiosaka/headless-chrome-crawler/blob/master/docs/API.md#event-requeststarted
const fs = require('fs');
const saveAsXlsx = require('./save-as-xlsx');
const HCCrawler = require('headless-chrome-crawler');
const CSVExporter = require('headless-chrome-crawler/exporter/csv');
const HCCrawler = require('@popstas/headless-chrome-crawler');
const CSVExporter = require('@popstas/headless-chrome-crawler/exporter/csv');
const url = require('url');
const {validateResults} = require('./validate');

Expand Down

0 comments on commit 786ad89

Please sign in to comment.