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.

15 lines (14 loc) 361 B
//#region src/namespaces/yt/common/config.ts const uris = [ "http://www.youtube.com/xml/schemas/2015", "https://www.youtube.com/xml/schemas/2015", "http://www.youtube.com/xml/schemas/2015/", "https://www.youtube.com/xml/schemas/2015/" ]; const stopNodes = [ "*.yt:videoid", "*.yt:channelid", "*.yt:playlistid" ]; //#endregion export { stopNodes, uris };