From e25996e896d1a015e1e45f54c36868ab51212dd9 Mon Sep 17 00:00:00 2001 From: James Cridland Date: Tue, 25 Feb 2020 21:47:17 +1000 Subject: [PATCH] Update list_apart.recipe Corrected this publication, which is from the US, to be English (US). Corrected cover_url which was a 404 error. --- recipes/list_apart.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/list_apart.recipe b/recipes/list_apart.recipe index f78e87879e..8105b04b71 100644 --- a/recipes/list_apart.recipe +++ b/recipes/list_apart.recipe @@ -12,12 +12,12 @@ class AListApart (BasicNewsRecipe): __copyright__ = '2012, Marc Busqué ' title = u'A List Apart' description = u'A List Apart Magazine (ISSN: 1534-0295) explores the design, development, and meaning of web content, with a special focus on web standards and best practices. This recipe retrieve articles and columns.' # noqa - language = 'en' + language = 'en_US' tags = 'web development, software' oldest_article = 120 remove_empty_feeds = True encoding = 'utf8' - cover_url = u'http://alistapart.com/pix/alalogo.gif' + cover_url = u'https://alistapart.com/wp-content/uploads/2019/03/cropped-icon_navigation-laurel-512.jpg' def get_extra_css(self): if not self.extra_css: