mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Contemporary Argentine Writers by Darko Miletic. Fixes #1104377 (New recipe for literary blog - Contemporary Argentine Writers)
This commit is contained in:
parent
b9e0c42f5a
commit
f9a8e5ec61
35
recipes/contemporary_argentine_writers.recipe
Normal file
35
recipes/contemporary_argentine_writers.recipe
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
__license__ = 'GPL v3'
|
||||||
|
__copyright__ = '2013, Darko Miletic <darko.miletic at gmail.com>'
|
||||||
|
'''
|
||||||
|
contemporaryargentinewriters.wordpress.com
|
||||||
|
'''
|
||||||
|
|
||||||
|
from calibre.web.feeds.news import BasicNewsRecipe
|
||||||
|
|
||||||
|
class contemporaryargentinewriters(BasicNewsRecipe):
|
||||||
|
title = 'Contemporary Argentine Writers'
|
||||||
|
__author__ = 'Darko Miletic'
|
||||||
|
description = 'Short stories by Argentine writers (and others) translated into English'
|
||||||
|
publisher = 'Dario Bard'
|
||||||
|
category = 'fiction, literature, Argentina, english'
|
||||||
|
oldest_article = 25
|
||||||
|
max_articles_per_feed = 200
|
||||||
|
no_stylesheets = True
|
||||||
|
encoding = 'utf8'
|
||||||
|
use_embedded_content = True
|
||||||
|
language = 'en_AR'
|
||||||
|
remove_empty_feeds = True
|
||||||
|
publication_type = 'blog'
|
||||||
|
extra_css = """
|
||||||
|
body{font-family: Arial,Helvetica,sans-serif }
|
||||||
|
img{margin-bottom: 0.4em; display:block}
|
||||||
|
"""
|
||||||
|
|
||||||
|
conversion_options = {
|
||||||
|
'comment' : description
|
||||||
|
, 'tags' : category
|
||||||
|
, 'publisher' : publisher
|
||||||
|
, 'language' : language
|
||||||
|
}
|
||||||
|
|
||||||
|
feeds = [(u'Posts', u'http://contemporaryargentinewriters.wordpress.com/feed/')]
|
Loading…
x
Reference in New Issue
Block a user