Digital Podcast Search Service

Output Specifications

Three types of output are available from the Digital Podcast Search Service. Standard OPML formated for directories, RSSOPML formated for importing into RSS aggregators and RSS 2.0

Output Response Examples

Four additional fields are defined for the podcastSearch namespace:

opml file format
<?xml version="1.0" encoding="iso-8859-1" ?>
<opml version="1.1" xmlns:podcastSearch= "http://digitalpodcast.com/podcastsearchservice/output_specs.html">
<head>
<title> Digital Podcast Search - rock</title>
<dateCreated> Weds, 13 July 2005 13:55:28 GMT</dateCreated>
<dateModified> Sun, 21 Aug 2005 00:59:50 -0500</dateModified>
<ownerName> Alex Nesbitt</ownerName>
<ownerEmail> digitalpodcast@gmail.com</ownerEmail>
<podcastSearch:format> opml</podcastSearch:format>
<podcastSearch:totalResults> 127</podcastSearch:totalResults>
<podcastSearch:startIndex> 0</podcastSearch:startIndex>
<podcastSearch:itemsPerPage> 3</podcastSearch:itemsPerPage>
</head>
<body>
<outline text="Roots Rock Radio RRRadio.com" type="link" url="http://xroadz.com/RRR/RootsRockRadio.xml" />
<outline text="PODMEGO - Rock Music Podcasts" type="link" url="http://podmegorock.libsyn.com/rss" />
<outline text="Rock and Roll Jew Show" type="link" url="http://feeds.feedburner.com/rockandrolljewshow" />
</body>
</opml>
rssopml file format
<?xml version="1.0" encoding="iso-8859-1" ?>
<opml version="1.1" xmlns:podcastSearch= "http://digitalpodcast.com/podcastsearchservice/output_specs.html">
<head>
<title>Digital Podcast Search - rock</title>
<dateCreated>Weds, 13 July 2005 13:55:28 GMT</dateCreated>
<dateModified>Sun, 21 Aug 2005 00:58:50 -0500</dateModified>
<ownerName>Alex Nesbitt</ownerName>
<ownerEmail>digitalpodcast@gmail.com</ownerEmail>
<podcastSearch:format>rssopml</podcastSearch:format>
<podcastSearch:totalResults>127</podcastSearch:totalResults>
<podcastSearch:startIndex>0</podcastSearch:startIndex>
<podcastSearch:itemsPerPage>3</podcastSearch:itemsPerPage>
</head>
<body>
<outline title="Roots Rock Radio RRRadio.com" description="Your home for indie Roots Rock, indie Garage Rock, alt Country, indie Pop/Rock, indie Rockabilly, rockin' Rhythm and Blues, and indie Rock and Roll" xmlUrl="http://xroadz.com/RRR/RootsRockRadio.xml" htmlUrl="http://RRRadio.com" />
<outline title="PODMEGO - Rock Music Podcasts" description="Sync to podcasts of the hottest new Rock artists featuring exclusive interviews, world releases and superb new talent." xmlUrl="http://podmegorock.libsyn.com/rss" htmlUrl="http://www.podmego.com" />
<outline title="Rock and Roll Jew Show" description="Spanning the globe to bring you the best podsafe rock from Israel and everywhere else." xmlUrl="http://feeds.feedburner.com/rockandrolljewshow" htmlUrl="http://www.rockandrolljew.blogspot.com" />
</body>
</opml>
rss file format
<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0" xmlns:podcastSearch= "http://digitalpodcast.com/podcastsearchservice/output_specs.html">
<channel>
<title>Digital Podcast Search - rock</title>
<link>http://api.digitalpodcast.com/</link>
<description>Podcast Search Service Results for rock</description>
<pubDate>Sun, 21 Aug 2005 00:53:21 -0500</pubDate>
<generator>Digital Podcast Search Service</generator>
<copyright>digitalpodcast@gmail.com (Digital Podcast)</copyright>
<webMaster>digitalpodcast@gmail.com (Alex Nesbitt)</webMaster>
<podcastSearch:format>rss</podcastSearch:format>
<podcastSearch:totalResults>127</podcastSearch:totalResults>
<podcastSearch:startIndex>0</podcastSearch:startIndex>
<podcastSearch:itemsPerPage>3</podcastSearch:itemsPerPage>
<item>
<title>Roots Rock Radio RRRadio.com</title>
<description>Your home for indie Roots Rock, indie Garage Rock, alt Country, indie Pop/Rock, indie Rockabilly, rockin' Rhythm and Blues, and indie Rock and Roll</description>
<link>http://RRRadio.com</link>
<source url= "http://xroadz.com/RRR/RootsRockRadio.xml"> http://xroadz.com/RRR/RootsRockRadio.xml </source>
</item>
<item>
<title>PODMEGO - Rock Music Podcasts</title>
<description>Sync to podcasts of the hottest new Rock artists featuring exclusive interviews, world releases and superb new talent.</description>
<link>http://www.podmego.com</link>
<source url= "http://podmegorock.libsyn.com/rss"> http://podmegorock.libsyn.com/rss </source>
</item>
<item>
<title>Rock and Roll Jew Show</title>
<description>Spanning the globe to bring you the best podsafe rock from Israel and everywhere else.</description>
<link>http://www.rockandrolljew.blogspot.com</link>
<source url= "http://feeds.feedburner.com/rockandrolljewshow"> http://feeds.feedburner.com/rockandrolljewshow </source>
</item>
</channel>
</rss>

Copyright © 2005-2012 Digital Podcast. All rights reserved.

Privacy Policy - Terms of Service