From ad8d3795626ed33e64afc8710c80fd46a0f30e50 Mon Sep 17 00:00:00 2001 From: Martin Donnelly Date: Mon, 18 Jun 2018 23:05:14 +0100 Subject: [PATCH] added bored --- feeds/bored.json | 41 +++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/feeds/bored.json b/feeds/bored.json index ce5b464..b14bcb6 100644 --- a/feeds/bored.json +++ b/feeds/bored.json @@ -1,23 +1,24 @@ { - "feed_name": "feed", - "default_count": 1, - "no_cdata_fields": [], // Don't wrap these fields in CDATA tags - "meta": { - "title": "Bored", - "description": "Combined Bored Feed", - 'site_url': 'http://pipes.silvrtree.co.uk/bored.xml' + "feed_name": "feed", + "default_count": 1, + "no_cdata_fields": [], + "meta": { + "title": "Bored", + "description": "Combined Bored Feed", + "site_url": "http://pipes.silvrtree.co.uk/bored.xml" + }, + "plugins": [ + "filter_3_days", + "fix_images" + ], + "sources": [ + { + "count": 100, + "feed_url": "http://45.33.114.116:8080/http%3A%2F%2Fwww.questionablecontent.net%2FQCRSS.xml" }, - "plugins" : ['filter_3_days',"fix_images" ], - "sources": [ - { - /* "name" : "JobServe",*/ - "count": 100, - "feed_url": "http://45.33.114.116:8080/http%3A%2F%2Fwww.questionablecontent.net%2FQCRSS.xml" - }, - { - /* "name" : "JobServe",*/ - "count": 100, - "feed_url": "http://45.33.114.116:8080/https%3A%2F%2Fwww.aptcomic.com%2Ffeed%2F" - } - ] + { + "count": 100, + "feed_url": "http://45.33.114.116:8080/https%3A%2F%2Fwww.aptcomic.com%2Ffeed%2F" + } + ] }