UNPKG

alitu-podparse

Version:

Clone of the popular package podparse, with some bugfixes and improvements. Credits go to the original author Thomas Barrasso <tom@barrasso.me>

22 lines (13 loc) 661 B
[![npm version](https://badge.fury.io/js/alitu-podparse.svg)](https://badge.fury.io/js/alitu-podparse) [![NPM](https://nodei.co/npm/alitu-podparse.png)](https://nodei.co/npm/alitu-podparse.png) Based on the popular [Podparse package](https://github.com/jbierfeldt/podcast-feed-parser/), but comes with bug fixes around categories/subcategories and support for extra namespaces such as `<copyright>`. Credits go to the author of the original package, Thomas Barrasso <tom@barrasso.me> ## Installation ``` npm install alitu-podparse ``` or ``` yarn add alitu-podparse ``` You can find the package on [npmjs](https://www.npmjs.com/package/alitu-podparse).