Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mnutt/rpodcast

A ruby library that helps with fetching and parsing podcast rss feeds.
https://github.com/mnutt/rpodcast

Last synced: about 2 months ago
JSON representation

A ruby library that helps with fetching and parsing podcast rss feeds.

Awesome Lists containing this project

README

        

Rpodcast
========

RPodcast is a ruby library that fetches and parses podcast rss feeds. It aims to support many different podcast specs, including the iTunes podcast spec.

Example
=======

>> feed = RPodcast::Feed.new("http://www.1up.com/flat/Podcasts/vodcasts.xml")
=> The 1UP Show - http://www.1up.com/flat/Podcasts/vodcasts.xml (20 episodes)
>> feed.title
=> "The 1UP Show"
>> feed.image
=> "http://www.1up.com/flat/Podcasts/1upvideo300x300.jpg"
>> feed.episodes.first.enclosure
=> #

Copyright (c) 2008 Michael Nutt , released under the MIT license