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.

11 lines (10 loc) 297 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 export { stopNodes, uris };