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
This commit is contained in:
Matthew Vincent 2017-09-25 12:24:57 +02:00 committed by GitHub
parent 4bae60751b
commit 8270c24e09

View File

@ -27,7 +27,7 @@ class AListApart (BasicNewsRecipe):
return self.extra_css return self.extra_css
feeds = [ 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): def image_url_processor(self, baseurl, url):