mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Update list_apart.recipe
Corrected this publication, which is from the US, to be English (US). Corrected cover_url which was a 404 error.
This commit is contained in:
parent
725e80b599
commit
e25996e896
@ -12,12 +12,12 @@ class AListApart (BasicNewsRecipe):
|
||||
__copyright__ = '2012, Marc Busqué <marc@lamarciana.com>'
|
||||
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user