Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mnutt/rpodcast
- Owner: mnutt
- License: mit
- Created: 2008-08-25T18:13:06.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2009-09-09T18:58:10.000Z (over 15 years ago)
- Last Synced: 2024-04-24T09:13:32.206Z (8 months 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