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.

15 lines (14 loc) 423 B
//#region src/namespaces/blogchannel/common/config.ts const uris = [ "http://backend.userland.com/blogChannelModule", "https://backend.userland.com/blogChannelModule", "http://backend.userland.com/blogChannelModule/", "https://backend.userland.com/blogChannelModule/" ]; const stopNodes = [ "*.blogchannel:blogroll", "*.blogchannel:blink", "*.blogchannel:mysubscriptions" ]; //#endregion export { stopNodes, uris };