Skip to content

Commit

Permalink
fix(route/newyorker): cleanup author info (#15462)
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanWng97 authored May 3, 2024
1 parent 474c473 commit e579392
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/routes/newyorker/news.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e579392

Please sign in to comment.