updated bored

This commit is contained in:
Martin Donnelly 2016-07-05 11:14:44 +01:00
parent 1bbd658815
commit 7a5a1de3e3

View File

@ -25,7 +25,7 @@ feeds.simple_test_feed = {
{
/* "name" : "JobServe",*/
"count": 100,
"feed_url": "http://xml.metafilter.com/atom.xml"
"feed_url": "http://www.questionablecontent.net/QCRSS.xml"
}
]
};
@ -33,7 +33,7 @@ var braider_options = {
feeds: feeds,
indent: " ",
date_sort_order: "desc", // Newest first
log_level: "warn",
log_level: "error",
dedupe_fields: ['guid'],
plugins_directories : [__dirname + "/plugins/"]
};