We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 474c473 commit e579392Copy full SHA for e579392
lib/routes/newyorker/news.ts
@@ -41,6 +41,7 @@ async function handler(ctx) {
41
description.find('.article-body__footer').remove();
42
description.find('.social-icons').remove();
43
description.find('div[class^="ActionBarWrapperContent-"]').remove();
44
+ description.find('div[class^="ContentHeaderByline-"]').remove();
45
return {
46
title: item.title,
47
pubDate: item.pubDate,
0 commit comments