; main section [config] ; comma-delimited list of feeds. Name is used to look up section. feeds: example.com ; name is not used except by 'feeds' key in 'config' section [example.com] ; RSS/Atom feed url to fetch url: https://example.com/rss.php ; number of seconds to delay between fetches of feed poll_delay: 3600 ; 'match'-prefixed items are OR'ed together to form a whitelist of items to ; download. The value should be a regular expression match1: .*Thread: Some thread match2: .*Thread: Some other thread