Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Namespace Support and new Itunes fields (if any) #18

Open
johnsin opened this issue Mar 13, 2013 · 0 comments
Open

Namespace Support and new Itunes fields (if any) #18

johnsin opened this issue Mar 13, 2013 · 0 comments

Comments

@johnsin
Copy link

johnsin commented Mar 13, 2013

Just forked your project because I have been updating it myself to work with the most recent iTunes Podcast RSS XML. Long story short.. if you want to reconfigure this source to work with namespaces, edit up your own: jfeed.js file.. and follow this pattern..

item.description = jQuery(this).find("[nodeName=itunes:summary]").eq(0).text();

Instead of what is currently under the "Item" parsing area. It's important that you double excape the ":" within the namespace.

Enjoy

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant