// Blog

Searching Podcasts for Fun and Profit

Originally published on the Clarify.io blog. View archived copy.

I have a confession: I’ve never been a fan of podcasts.

While I know a number of podcasters, understand the amount of work that’s involved, appreciate many of the topics, and should listen to keep up to date, I don’t. For me, there’s just a disconnect between the material covered and how I like to consume media. I want to jump to the relevant parts first and then listen to the rest at my leisure.

After a brief exchange with some of the members of the ATX Web Show about podcast production, I was struck by the simple idea:

I should use Clarify to jump directly to the parts of the podcast I want.

Luckily, since they have an RSS feed of the podcasts directly, it was trivial to grab the feed, process it, load the files, and start searching. Here are the first few steps:

No wait, that’s the whole thing.

Of the less than 30 lines of code, only two (lines 26 & 27) are used for the Clarify import. The rest are used to parse the RSS feed.

Next, we can search the results for various keywords. In this case, we’ll find Austin:

Finally, we can visualize the results using our audio player with this code below: