wudysoft commited on
Commit
bcb7381
·
verified ·
1 Parent(s): b1f4b89

Update app.js

Browse files
Files changed (1) hide show
  1. app.js +2 -0
app.js CHANGED
@@ -24,6 +24,8 @@ import { CookieJar } from 'tough-cookie';
24
  import * as cheerio from 'cheerio';
25
  import TurndownService from 'turndown';
26
  import { Readable } from 'stream';
 
 
27
  const scraper = new Scraper({
28
  headless: false,
29
  skip_chromium_download: false,
 
24
  import * as cheerio from 'cheerio';
25
  import TurndownService from 'turndown';
26
  import { Readable } from 'stream';
27
+ import Scraper from "@pinjs/cf-scraper-bypass";
28
+
29
  const scraper = new Scraper({
30
  headless: false,
31
  skip_chromium_download: false,