From 14cb57815024de769b968db4d0786342641fb8d5 Mon Sep 17 00:00:00 2001 From: nguyentrungthat <80239428+nguentrungthat@users.noreply.github.com> Date: Mon, 13 Apr 2026 07:48:28 +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 d64bf4d..abd54e6 100644 --- a/index.js +++ b/index.js @@ -120,7 +120,7 @@ async function scrapeWithPuppeteer(url, name) { const daysDiff = (Date.now() - date.getTime()) / (1000 * 60 * 60 * 24); if (daysDiff > 7) return; - const linkEl = node.querySelector("div.su-media__image a"); + const linkEl = node.querySelector("div.su-image a"); if (linkEl) { payload.link_detail = linkEl.href; const match = linkEl.href.match(/\/itm\/(\d+)/);