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.

17 lines (16 loc) 376 B
//#region src/namespaces/arxiv/common/config.ts const uris = [ "http://arxiv.org/schemas/atom", "https://arxiv.org/schemas/atom", "http://arxiv.org/schemas/atom/", "https://arxiv.org/schemas/atom/" ]; const stopNodes = [ "*.arxiv:affiliation", "*.arxiv:comment", "*.arxiv:journal_ref", "*.arxiv:doi" ]; //#endregion exports.stopNodes = stopNodes; exports.uris = uris;