Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
Soraclee committed Dec 27, 2024
1 parent 25618ba commit d30bc54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scraper.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ const cheerio = require('cheerio');
const fs = require('fs');
const path = require('path');


// Fonction de délai aléatoire
const delay = (ms) => new Promise(resolve => setTimeout(resolve, ms));

Expand Down

0 comments on commit d30bc54

Please sign in to comment.