2015-01-31 01:28:47 +00:00
|
|
|
var feed = {
|
2015-03-04 20:01:09 +00:00
|
|
|
"feed_name" : "feed",
|
|
|
|
"default_count" : 1,
|
|
|
|
"no_cdata_fields" : [],
|
2015-01-31 01:28:47 +00:00
|
|
|
"meta" : {
|
2015-02-11 01:19:40 +00:00
|
|
|
"title": "NPR Braided Feed",
|
|
|
|
"description": "This is a test of two NPR sources from file"
|
2015-01-31 01:28:47 +00:00
|
|
|
},
|
|
|
|
"sources" : [
|
|
|
|
{
|
2015-02-11 01:19:40 +00:00
|
|
|
"name" : "NPR",
|
2015-01-31 01:28:47 +00:00
|
|
|
"count" : 1,
|
2015-02-11 01:19:40 +00:00
|
|
|
"file_path" : __dirname + "/../feed_xml/npr.xml",
|
2015-01-31 01:28:47 +00:00
|
|
|
},
|
2015-02-11 01:19:40 +00:00
|
|
|
{
|
|
|
|
"name" : "NPR Health",
|
|
|
|
"count" : 1,
|
|
|
|
"file_path" : __dirname + "/../feed_xml/npr_health.xml",
|
2015-03-03 23:58:56 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name" : "NPR Sports",
|
|
|
|
"count" : 1,
|
|
|
|
"feed_url" : "http://www.npr.org/rss/rss.php?id=1055"
|
2015-02-11 01:19:40 +00:00
|
|
|
}
|
2015-01-31 01:28:47 +00:00
|
|
|
]
|
|
|
|
};
|
|
|
|
exports.feed = feed;
|