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.
22 lines (21 loc) • 690 B
JavaScript
//#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
export { stopNodes, uris };