mirror of
https://github.com/tanrax/RSSingle.git
synced 2024-11-12 23:35:41 +01:00
dd16696103
Use `max_entries` as YAML key. Co-authored-by: Dom Rodriguez <shymega@shymega.org.uk>
9 lines
252 B
YAML
9 lines
252 B
YAML
title: My RSS Feed
|
|
description: My customised RSS feed with technology news
|
|
url: https://www.example.com
|
|
output: rss.xml
|
|
max_entries: 2 # Delete this line to get all
|
|
feeds:
|
|
- https://programadorwebvalencia.com/feed/
|
|
- https://republicaweb.es/feed/
|