diff --git a/index.js b/index.js index abd54e6..d0b6d03 100644 --- a/index.js +++ b/index.js @@ -118,7 +118,7 @@ async function scrapeWithPuppeteer(url, name) { const date = new Date(soldText); if (isNaN(date.getTime())) return; const daysDiff = (Date.now() - date.getTime()) / (1000 * 60 * 60 * 24); - if (daysDiff > 7) return; + if (daysDiff > 14) return; const linkEl = node.querySelector("div.su-image a"); if (linkEl) {