feedsmith
Version:
Fast, all‑in‑one feed parser and generator for RSS, Atom, RDF, and JSON Feed, with support for Podcast, iTunes, Dublin Core, and OPML files.
12 lines (11 loc) • 310 B
JavaScript
//#region src/namespaces/admin/common/config.ts
const uris = [
"http://webns.net/mvcb/",
"https://webns.net/mvcb/",
"http://webns.net/mvcb",
"https://webns.net/mvcb"
];
const stopNodes = ["*.admin:errorreportsto", "*.admin:generatoragent"];
//#endregion
exports.stopNodes = stopNodes;
exports.uris = uris;