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) • 349 B
JavaScript
//#region src/namespaces/wfw/common/config.ts
const uris = [
"http://wellformedweb.org/CommentAPI/",
"https://wellformedweb.org/CommentAPI/",
"http://wellformedweb.org/CommentAPI",
"https://wellformedweb.org/CommentAPI"
];
const stopNodes = ["*.wfw:comment", "*.wfw:commentrss"];
//#endregion
exports.stopNodes = stopNodes;
exports.uris = uris;