From 4cc3b68b5e29390d76e48beb79962ed5f0bfd99d Mon Sep 17 00:00:00 2001 From: Matt Date: Thu, 1 Dec 2016 11:31:43 -0500 Subject: [PATCH] feat: remove footer links (#40) the links at the bottom of the stories feel a little spammy because of how we treat links vs. the way they are displayed on the Times, would like to clean them --- src/extractors/custom/www.nytimes.com/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/extractors/custom/www.nytimes.com/index.js b/src/extractors/custom/www.nytimes.com/index.js index 964e4499..5d22122f 100644 --- a/src/extractors/custom/www.nytimes.com/index.js +++ b/src/extractors/custom/www.nytimes.com/index.js @@ -53,6 +53,7 @@ export const NYTimesExtractor = { '.comments', '.supplemental', '.nocontent', + '.story-footer-links', ], },