Skip to content

Commit

Permalink
chore: delete useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
bot authored and bot committed Dec 7, 2023
1 parent ba75fed commit 8af5b4b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crawler.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
const puppeteer = require('puppeteer');
const CLS_selsector = 'market-fng-gauge__dial-number-value';

const fs = require('fs');

const DATA_URI_V = "cms.cnn.com/_components/market-fng-gauge/instances/markets-fng-feature-ribbon@published";
const delay = ms => new Promise(resolve => setTimeout(resolve, ms))


// this function is so significant, it used to bypass the bot-detector.
Expand Down

0 comments on commit 8af5b4b

Please sign in to comment.