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) => ({