Array
(
[title] => TITLE OF THE PODCAST
[author] => NAME OF THE AUTHOR
[desc] => PODCAST DESCRIPTION
[link_url] => URL TO THE PODCAST SITE
[link_name] => SITE NAME
[lang] => LANGUAGE
[owner] => PODCAST OWNER
[owner_email] => OWNER EMAIL
[image_url] => IMAGE URL
[image_img] => LINK TO IMAGE
[category] => BASIC CATEGORY
)
Array
(
[0] => Array
(
[title] => PODCAST TITLE
[link] => LINK TO MP3/OTHER
[desc] => DESCRIPTION
[pubdate] => DATE OF PUBLICATION
[duration] => DURATION OF THE PODCAST
[length] => LENGTH IN BYTES OF THE PODCAST FILE
)
[1] => Array
(
[title] => Pragmatic Python
[link] => http://libsyn.com/media/awaretek/Python411_051218_PragmaticPython.mp3
[desc] => Pragmatic Python, Python Standard Library, Pickle, the Python Challenge, Komodo, WingIDE, and Bruce, the Presentation Tool.
[pubdate] => 18 Dec 2005 16:00:00 -0400
[duration] => 27:08
[length] => 6698885
)
)
See the examples for more details :)