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 1 year ago
JSON representation
A ruby library that helps with fetching and parsing podcast rss feeds.
- Host: GitHub
- URL: https://github.com/mnutt/rpodcast
- Owner: mnutt
- License: mit
- Created: 2008-08-25T18:13:06.000Z (almost 18 years ago)
- Default Branch: master
- Last Pushed: 2009-09-09T18:58:10.000Z (almost 17 years ago)
- Last Synced: 2024-04-24T09:13:32.206Z (about 2 years ago)
- Language: Ruby
- Homepage:
- Size: 224 KB
- Stars: 11
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: MIT-LICENSE
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