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.

12 lines (11 loc) 321 B
//#region src/namespaces/spotify/common/config.ts const uris = [ "http://www.spotify.com/ns/rss", "https://www.spotify.com/ns/rss", "http://www.spotify.com/ns/rss/", "https://www.spotify.com/ns/rss/" ]; const stopNodes = ["*.spotify:countryoforigin"]; //#endregion exports.stopNodes = stopNodes; exports.uris = uris;