Home > casts

casts

Casts is a project mainly written in Ruby, based on the MIT license.

scripts fetching casts eg. railscasts asciicasts and more

Use this scripts to download casts eg. railscasts, asciicast, sdrubypodcast etc.

  • http://railscasts.com/
  • http://asciicasts.com/
  • http://ruby5.envylabs.com/
  • http://5by5.tv/rubyshow (railsenvy podcast)
  • http://railslab.newrelic.com/scaling-rails
  • http://podcast.rubyonrails.org/
  • http://sdruby.org/

Requirements:

  1. wget - scripts use it to download files!
  2. rubygems - script are using gems
  3. bundler - yes i use it
  4. open-uri - work with urls
  5. nokogiri - work with xml
  6. pdfkit - generate pdf from website (eg. asciicasts)