mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 16:13:38 +02:00
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:
parent
4bae60751b
commit
8270c24e09
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ def get_extra_css(self):
|
|||
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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue