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.json13
1 files changed, 11 insertions, 2 deletions
diff --git a/feed-transmission.example.json b/feed-transmission.example.json
index d934246..7252575 100644
--- a/feed-transmission.example.json
+++ b/feed-transmission.example.json
@@ -2,8 +2,17 @@
"feeds": [
{
"matches": [
- ".*Thread: Some thread",
- ".*Thread: Some other thread"
+ {
+ "type": "re",
+ "value": ".*Thread: Some thread",
+ "white": true,
+ "matched_count": 0
+ },
+ {
+ "type": "re",
+ "value": ".*Thread: Some other thread",
+ "white": true,
+ "matched_count": 0
],
"name": "example.com",
"poll_delay": 3600,