Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 664 Bytes

File metadata and controls

27 lines (18 loc) · 664 Bytes

##THIS PROJECT IS DISCONTINUED## It will be continued at [email protected]:ReverseBitCoders/CastGrabber.git

About this code

My first attempt at learning Ruby/Rails.

This script when run, parses the RSS feed from railscast.com and starts Downloading the videos (in 'webm' format) and the Exercise files in the directory where the script has been called.

Duplication of videos has been avoided by passing the '-c' parameter to 'wget'.

Sorry for such crappy condition of the code, i'm new to ruby :)

How to use it

Download the fifRC.rb script and cd into the directory.

$ruby fifRC.rb

voila!!!

Are there any dependencies? Yes!

  • ruby
  • wget