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.
11 lines (10 loc) • 325 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
export { stopNodes, uris };