From e579392c7700ca8b0386c7103891226496cbb322 Mon Sep 17 00:00:00 2001 From: Ethan Date: Fri, 3 May 2024 11:59:14 -0700 Subject: [PATCH] fix(route/newyorker): cleanup author info (#15462) --- lib/routes/newyorker/news.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/routes/newyorker/news.ts b/lib/routes/newyorker/news.ts index a994afbf4c1e6f..1f185f0092bfbe 100644 --- a/lib/routes/newyorker/news.ts +++ b/lib/routes/newyorker/news.ts @@ -41,6 +41,7 @@ async function handler(ctx) { description.find('.article-body__footer').remove(); description.find('.social-icons').remove(); description.find('div[class^="ActionBarWrapperContent-"]').remove(); + description.find('div[class^="ContentHeaderByline-"]').remove(); return { title: item.title, pubDate: item.pubDate,