From cbd46f6ffc9510425d18d23f2ac9e67b84478770 Mon Sep 17 00:00:00 2001 From: Andvari <31068367+dzx-dzx@users.noreply.github.com> Date: Thu, 14 Dec 2023 04:49:50 +0800 Subject: [PATCH] fix(route/apnews): remove description (#14025) --- lib/v2/apnews/topics.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/v2/apnews/topics.js b/lib/v2/apnews/topics.js index 9b909a6ee..0435992c6 100644 --- a/lib/v2/apnews/topics.js +++ b/lib/v2/apnews/topics.js @@ -10,7 +10,7 @@ module.exports = async (ctx) => { const $ = cheerio.load(response.data); const items = await Promise.all( - $('.PagePromo-content') + $('.PagePromo-content bsp-custom-headline') .get() .slice(0, ctx.query.limit ? parseInt(ctx.query.limit) : Infinity) .map((e) => ({