diff --git a/recipes/icons/nytimes_sub.png b/recipes/icons/nytimes_sub.png index 9ae9985ee4..2d170d68f4 100644 Binary files a/recipes/icons/nytimes_sub.png and b/recipes/icons/nytimes_sub.png differ diff --git a/recipes/nytimes_sub.recipe b/recipes/nytimes_sub.recipe index 38f48ae632..60ec193031 100644 --- a/recipes/nytimes_sub.recipe +++ b/recipes/nytimes_sub.recipe @@ -339,11 +339,6 @@ class NewYorkTimes(BasicNewsRecipe): ] return br - def get_article_url(self, article): - url = BasicNewsRecipe.get_article_url(self, article) - if not '/video/' in url: - return url - def preprocess_html(self, soup): w = self.recipe_specific_options.get('res') if w and isinstance(w, str):