[![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).

