kodewulf / ruby-tapas-downloader

Download utility for Ruby Tapas screencast

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ruby Tapas Downloader

Ruby Tapas is a great series of screencasts by Avdi Grimm. You should totally check it out if you don't already know it!

There's only one problem with Ruby Tapas, in my opinion: there's no way to watch it via straming. One can only download episodes, which soon becomes tedious.

Enters Ruby Tapas Downloader! It downloads all episodes and attachments, organizes them for later use and keeps an easy to use index of episodes.

Installation

  1. Clone this repository:
$ git clone https://github.com/leafac/ruby-tapas-downloader.git
  1. Install dependencies:
$ bundle install

If you really like this utility, please let me know so I can make it into a gem!

Usage

$ bin/ruby-tapas-downloader <email> <password> <download-path>

Warning

Except for a few episodes, Ruby Tapas is a paid screencast. Therefore, assert that you don't redistribute the downloaded material. Ruby Tapas Downloader is only an utility tool and doesn't substitute the subscription.

You should do no evil!

Thanks

Thanks Avdi Grimm for putting all this great material out the door!

I learn a lot from you.

License

           DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
                   Version 2, December 2004

Copyright (C) 2013 Leandro Facchinetti <leafac@gmail.com>

Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.

           DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
  TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

 0. You just DO WHAT THE FUCK YOU WANT TO.

About

Download utility for Ruby Tapas screencast


Languages

Language:Ruby 100.0%