Socket
Book a DemoInstallSign in
Socket

house.rb

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

house.rb

0.1.1
bundlerRubygems
Version published
Maintainers
1
Created
Source

House

:pill: The Podcast RSS Reader and Diagnostician

:round_pushpin: This is a refactor/fork of kule/podcast_reader, thanks @kule for the efforts so far!

Installation

Add this line to your application's Gemfile:

gem "house.rb"

And then execute:

$ bundle

Or install it yourself as:

$ gem install house.rb

Usage

require "house.rb"

podcast = House::Podcast.new("http://feeds.feedburner.com/developertea")

pocast.title
pocast.description
pocast.title
pocast.description
pocast.language
pocast.last_build_date
pocast.site_link

podcast.image_url
podcast.image_title
podcast.image_link

podcast.author
podcast.subtitle
podcast.summary

podcast.publish_date

podcast.keywords
podcast.explicit?
podcast.download_image_to("./podcast_image.jpg")
podcast.updated_since(Time.now)
podcast.items.size

episode = podcast.items.first

episode.title
episode.description
episode.category
episode.author
episode.subtitle
episode.summary
episode.duration
episode.url
episode.content_type
episode.file_size

episodes.download_to("./podcast_track.mp3")

FAQs

Package last updated on 13 Jan 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.