From 8270c24e09ca82f1785d4cd010291e5592560700 Mon Sep 17 00:00:00 2001 From: Matthew Vincent Date: Mon, 25 Sep 2017 12:24:57 +0200 Subject: [PATCH] Updating feed URL for A List Apart Seems like the abridged feedburner URL is no longer active (only adverts) so switching to the main feed. If there is any reason to keep it on feedburner, then here is the other URL: http://feeds.feedburner.com/alistapart --- recipes/list_apart.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/list_apart.recipe b/recipes/list_apart.recipe index 93ca1b14cd..f5c36f762d 100644 --- a/recipes/list_apart.recipe +++ b/recipes/list_apart.recipe @@ -27,7 +27,7 @@ class AListApart (BasicNewsRecipe): return self.extra_css feeds = [ - (u'A List Apart', u'http://feeds.feedburner.com/alistapart/abridged'), + (u'A List Apart', u'https://alistapart.com/main/feed'), ] def image_url_processor(self, baseurl, url):