I want to parse youtube rss and it would be nice to have feedparser module parse rss to video/embed media field cck rather than feed-item content type.
how to do that?
I want to parse youtube rss and it would be nice to have feedparser module parse rss to video/embed media field cck rather than feed-item content type.
how to do that?
Comments
Comment #1
buddaYou would need to implement a custom feed item processor to map the feed items in to your custom CCK type.