fix(route/yahoo): yahoo news provider (#19650)
This commit is contained in:
parent
b2e2c9e6a0
commit
337e4b2925
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue