Skip to content

Commit cfc633f

Browse files
docs: Add Podcast namespace to supported in README
1 parent 4f719ce commit cfc633f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Feedsmith maintains the original feed structure in a clean, object-oriented form
6161
| [Content](http://purl.org/rss/1.0/modules/content/) | `<content:*>` |||
6262
| [Slash](http://purl.org/rss/1.0/modules/slash/) | `<slash:*>` |||
6363
| [iTunes](http://www.itunes.com/dtds/podcast-1.0.dtd) | `<itunes:*>` |||
64-
| [Podcast](https://podcastindex.org/namespace/1.0) | `<podcast:*>` | ||
64+
| [Podcast](https://podcastindex.org/namespace/1.0) | `<podcast:*>` | ||
6565
| [Media RSS](http://search.yahoo.com/mrss/) | `<media:*>` |||
6666
| [Geo RSS](http://www.georss.org/georss) | `<georss:*>` | 📋 | 📋 |
6767
| [Dublin Core Terms](http://purl.org/dc/terms/) | `<dcterms:*>` | 📋 | 📋 |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "feedsmith",
3-
"description": "Robust and fast parser for RSS, Atom, JSON Feed, and RDF feeds, with support for iTunes, Dublin Core, and many other popular namespaces.",
3+
"description": "Robust and fast parser for RSS, Atom, JSON Feed, and RDF feeds, with support for Podcast, iTunes, Dublin Core, and many other popular namespaces.",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/macieklamberski/feedsmith.git"

0 commit comments

Comments
 (0)