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.

23 lines (22 loc) 714 B
//#region src/namespaces/googleplay/common/config.ts const uris = [ "https://www.google.com/schemas/play-podcasts/1.0/", "http://www.google.com/schemas/play-podcasts/1.0/", "https://www.google.com/schemas/play-podcasts/1.0", "http://www.google.com/schemas/play-podcasts/1.0", "https://www.google.com/schemas/play-podcasts/1.0/play-podcasts.xsd", "http://www.google.com/schemas/play-podcasts/1.0/play-podcasts.xsd" ]; const stopNodes = [ "*.googleplay:author", "*.googleplay:description", "*.googleplay:email", "*.googleplay:block", "*.googleplay:explicit", "*.googleplay:image", "*.googleplay:new-feed-url", "*.googleplay:category" ]; //#endregion exports.stopNodes = stopNodes; exports.uris = uris;