Manual de usuario de calibre, Publicación 2.73.0
# The max number of articles which may be downloaded from each feed.
# I've never seen more than about 70 articles in a single feed in the
# BBC feeds.
#
max_articles_per_feed = 100
# The max age of articles wh ich may be downloaded from each feed. This is
# specified in days - note fractions of days are allowed, Eg. 2.5 (2 and a
# half days). My default of 1.5 days is the last 36 hours, the point at
# which I've decided 'news' becomes 'old news', but be warned this is not
# so good for the blogs, technology, magazine, etc., and sports feeds.
# You may wish to extend this to 2-5 but watch out ebook creation time will
# increase as well. Setting this to 30 will get everything (AFAICT) as long
# as max_articles_per_feed remains set high (except for 'Click' which is
# v. low volume and its currently oldest article is 4th Feb 2011).
#
oldest_article = 1.5
# Number of simultaneous downloads. 20 is consistantly working fine on the
# BBC News feeds with no problems. Speeds things up from the defualt of 5.
# If you have a lot of feeds and/or have increased oldest_article above 2
# then you may wish to try increasing simultaneous_downloads to 25-30,
# Or, of course, if you are in a hurry. [I've not tried beyond 20.]
#
simultaneous_downloads = 20
# Timeout for fetching files from the server in seconds. The default of
# 120 seconds, seems somewhat excessive.
#
timeout = 30
# The format string for the date shown on the ebook's first page.
# List of all values: http://docs.python.org/library/time.html
# Default in news.py has a leading space so that's mirrored here.
# As with 'feeds' select/de-select by adding/removing the initial '#',
# only one timefmt should be selected, here's a few to choose from.
#
# [Fri, 14 Nov 2011] (Calibre default)
timefmt = ' [%a, %d %b %Y]'
# timefmt = ' [%a, %d %b %Y %H:%M]'
# [Fri, 14 Nov 2011 18:30]
# timefmt = ' [%a, %d %b %Y %I:%M %p]'
# [Fri, 14 Nov 2011 06:30 PM]
# timefmt = ' [%d %b %Y]'
# [14 Nov 2011]
# timefmt = ' [%d %b %Y %H:%M]'
# [14 Nov 2011 18.30]
# timefmt = ' [%Y-%m-%d]'
# [2011-11-14]
# timefmt = ' [%Y-%m-%d-%H-%M]'
# [2011-11-14-18-30]
#
#
#
#
#
#
#
#
#
#
#
**** IMPORTANT ****
DO NOT EDIT BELOW HERE UNLESS YOU KNOW WHAT YOU ARE DOING.
DO NOT EDIT BELOW HERE UNLESS YOU KNOW WHAT YOU ARE DOING.
I MEAN IT, YES I DO, ABSOLUTELY, AT YOU OWN RISK. :)
**** IMPORTANT ****
1.2. AƱadir su sitio de noticias favorito
33