From 98a17ad96a58a608daaf9f1625855cdf8d962a23 Mon Sep 17 00:00:00 2001 From: bobbysteel Date: Sun, 27 Aug 2017 16:38:33 +0100 Subject: [PATCH] Exclude CN and ES lang content --- recipes/nytimes_sub.recipe | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/recipes/nytimes_sub.recipe b/recipes/nytimes_sub.recipe index 9c5ae78d93..476a91221b 100644 --- a/recipes/nytimes_sub.recipe +++ b/recipes/nytimes_sub.recipe @@ -365,6 +365,10 @@ class NYTimes(BasicNewsRecipe): return True if 'nytimes.com' not in url: return True + if 'cn.nytimes.com' in url: + return True + if '/es/' in url: + return True if 'podcast' in url: return True if '/video/' in url: