modify comment

This commit is contained in:
Denis Lehmann 2020-04-16 01:48:57 +02:00
parent 9e531c2009
commit 6c622bce1f

View file

@ -11,7 +11,8 @@ datetime_format = '%d.%m.%Y %H:%M'
# The category can be empty (''). The feed fill then be stored in the base_directory. # The category can be empty (''). The feed fill then be stored in the base_directory.
# The category can also be a path, which will result in subdirectories (e.g. 'technology/hardware'). # The category can also be a path, which will result in subdirectories (e.g. 'technology/hardware').
# The name can be empty, too (''). feeds with the same category will then be stored in the same directory. # The name can be empty, too (''). feeds with the same category will then be stored in the same directory.
# If scrape is set to true, the article content will be fetched from it's link. Otherwise the content of the RSS article is used. # If scrape is set to true, the article content will be fetched from it's link.
# Otherwise the content of the RSS article is used.
[[feed]] [[feed]]
category = 'News' category = 'News'