From f422279a3644ffb61646b5da9fd32b405720b818 Mon Sep 17 00:00:00 2001 From: nguyentrungthat <80239428+nguentrungthat@users.noreply.github.com> Date: Mon, 13 Apr 2026 07:57:07 +0700 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {