summaryrefslogtreecommitdiff
path: root/feed-transmission.example.json
diff options
context:
space:
mode:
Diffstat (limited to 'feed-transmission.example.json')
-rw-r--r--feed-transmission.example.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/feed-transmission.example.json b/feed-transmission.example.json
new file mode 100644
index 0000000..d934246
--- /dev/null
+++ b/feed-transmission.example.json
@@ -0,0 +1,14 @@
+{
+ "feeds": [
+ {
+ "matches": [
+ ".*Thread: Some thread",
+ ".*Thread: Some other thread"
+ ],
+ "name": "example.com",
+ "poll_delay": 3600,
+ "url": "https://example.com/rss.php"
+ }
+ ]
+}
+