change config
This commit is contained in:
parent
8e232ef264
commit
bbb3c3e7e1
1 changed files with 10 additions and 7 deletions
17
config.toml
17
config.toml
|
|
@ -1,17 +1,20 @@
|
||||||
# This defines the base directory for the feeds relative to this config file
|
# This defines the base directory for the feeds. Please use an absolute path.
|
||||||
base_directory = '~/spiderss'
|
base_directory = '/home/<user>/rss'
|
||||||
|
|
||||||
# Articles older than max_age will be deleted and not be added
|
# Articles older than max_age will be deleted and not be added
|
||||||
max_age = 30
|
max_age = 30
|
||||||
|
|
||||||
# Feeds - the category can be empty ('')
|
# Feeds
|
||||||
|
# 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 name can also be empty (''). feeds with the same category will then be stored in the same directory.
|
||||||
|
|
||||||
[[feed]]
|
[[feed]]
|
||||||
category = 'News'
|
category = 'News'
|
||||||
name = 'Tagesschau'
|
name = 'Newssite'
|
||||||
url = 'https://www.tagesschau.de/xml/rss2'
|
url = 'https://example.org/feed'
|
||||||
|
|
||||||
[[feed]]
|
[[feed]]
|
||||||
category = 'News'
|
category = 'News'
|
||||||
name = 'Vice'
|
name = 'Newssite 2'
|
||||||
url = 'https://www.vice.com/de/rss'
|
url = 'https://example.org/feed'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue