Skip to content

Commit e579392

Browse files
authored
fix(route/newyorker): cleanup author info (#15462)
1 parent 474c473 commit e579392

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/routes/newyorker/news.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ async function handler(ctx) {
4141
description.find('.article-body__footer').remove();
4242
description.find('.social-icons').remove();
4343
description.find('div[class^="ActionBarWrapperContent-"]').remove();
44+
description.find('div[class^="ContentHeaderByline-"]').remove();
4445
return {
4546
title: item.title,
4647
pubDate: item.pubDate,

0 commit comments

Comments
 (0)