By andrew7 on
The feeds that I'm aggregating have media enclosures (audio, video, etc.). How can I use them in CCK nodes?
I'm using Leech, but open to any other aggregator module.
Thanks,
Keysar.
The feeds that I'm aggregating have media enclosures (audio, video, etc.). How can I use them in CCK nodes?
I'm using Leech, but open to any other aggregator module.
Thanks,
Keysar.
Comments
The problem is the Leech
The problem is the Leech module only grabs the text inside an rss feed. Alot of times, feeds have photos and I need to include these in the nodes that are being created.
I already know how to use the node template command to set the body field:
But what about 1)parsing the photos from the feeds and then 2) putting them into the CCK node?
Any suggestions?