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) 563 B
//#region src/namespaces/source/common/config.ts const uris = [ "http://source.scripting.com/", "https://source.scripting.com/", "http://source.scripting.com", "https://source.scripting.com" ]; const stopNodes = [ "*.source:account", "*.source:url", "*.source:startday", "*.source:endday", "*.source:filename", "*.source:subscriptionlist", "*.source:cloud", "*.source:blogroll", "*.source:self", "*.source:markdown", "*.source:outline", "*.source:localtime", "*.source:linkfull", "*.source:inreplyto" ]; //#endregion export { stopNodes, uris };