Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 815 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 815 Bytes

About this project

A collection of scripts that download videos from some of the popular websites.

The scripts when run, parses the RSS feed from the respective website and downloads the videos in the directory where the script has been called.

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

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

##Scripts currently available

  • fifVimCasts.rb Fetch It From vimcasts.org
  • fifRailsCast.rb Fetch It From railscasts.com
  • fifDjangoDjourney.rb Fetch It From pressedweb.com/category/django-djourney/

How to use it

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

$ruby fifRailsCast.rb

OR

$ruby fifVimCasts.rb

voila!!!

Are there any dependencies? Yes!

  • ruby
  • wget