Skip to content

Instantly share code, notes, and snippets.

@AnderRV

AnderRV/index.js Secret

Created August 30, 2021 15:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AnderRV/b37416173959fb1d8d3a1788e72d5ea6 to your computer and use it in GitHub Desktop.
Save AnderRV/b37416173959fb1d8d3a1788e72d5ea6 to your computer and use it in GitHub Desktop.
const maxVisits = 5;
const visited = new Set();
const toVisit = new Set();
toVisit.add('https://scrapeme.live/shop/page/1/'); // Add initial URL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment