From 337e4b292585de50b8b0dad4b88bccf4b0c8fd20 Mon Sep 17 00:00:00 2001 From: Tony Date: Tue, 22 Jul 2025 11:38:15 +0800 Subject: [PATCH] fix(route/yahoo): yahoo news provider (#19650) --- lib/routes/yahoo/news/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/routes/yahoo/news/utils.ts b/lib/routes/yahoo/news/utils.ts index 61955e9d7..9064f8933 100644 --- a/lib/routes/yahoo/news/utils.ts +++ b/lib/routes/yahoo/news/utils.ts @@ -84,7 +84,7 @@ const parseItem = (item, tryGet) => const ldJson = JSON.parse($('script[type="application/ld+json"]').first().text()); const author = `${$('span.caas-author-byline-collapse').text()} @${$('span.caas-attr-provider').text()}`; - const body = $('.caas-body'); + const body = $('.atoms'); body.find('noscript').remove(); // remove padding