UNPKG

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.

26 lines (25 loc) 647 B
//#region src/namespaces/feedpress/common/config.ts const uris = [ "https://feed.press/xmlns", "http://feed.press/xmlns", "https://feed.press/xmlns/", "http://feed.press/xmlns/", "https://feedpress.com/xmlns", "http://feedpress.com/xmlns", "https://feedpress.com/xmlns/", "http://feedpress.com/xmlns/", "http://feedpress.it/xmlns", "https://feedpress.it/xmlns", "http://feedpress.it/xmlns/", "https://feedpress.it/xmlns/" ]; const stopNodes = [ "*.feedpress:link", "*.feedpress:newsletterid", "*.feedpress:locale", "*.feedpress:podcastid", "*.feedpress:cssfile" ]; //#endregion exports.stopNodes = stopNodes; exports.uris = uris;