💊 The Podcast RSS Reader and Diagnostician
📍 This is a refactor/fork of kule/podcast_reader, thanks @kule for the efforts so far!
Add this line to your application's Gemfile:
gem"house.rb"And then execute:
$ bundleOr install it yourself as:
$ gem install house.rbrequire"house.rb"podcast=House::Podcast.new("http://feeds.feedburner.com/developertea")pocast.titlepocast.descriptionpocast.titlepocast.descriptionpocast.languagepocast.last_build_datepocast.site_linkpodcast.image_urlpodcast.image_titlepodcast.image_linkpodcast.authorpodcast.subtitlepodcast.summarypodcast.publish_datepodcast.keywordspodcast.explicit?podcast.download_image_to("./podcast_image.jpg")podcast.updated_since(Time.now)podcast.items.sizeepisode=podcast.items.firstepisode.titleepisode.descriptionepisode.categoryepisode.authorepisode.subtitleepisode.summaryepisode.durationepisode.urlepisode.content_typeepisode.file_sizeepisodes.download_to("./podcast_track.mp3")