Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rupurt/ruby5-podcast-downloader

A simple downloader script to get the archived versions of the ruby5 podcast
https://github.com/rupurt/ruby5-podcast-downloader

Last synced: 21 days ago
JSON representation

A simple downloader script to get the archived versions of the ruby5 podcast

Awesome Lists containing this project

README

        

## Ruby5Downloader ##

A simple ruby script to download the old podcasts that are no longer available through itunes

## Setup ##

You will need to make sure you have bundler installed
code(gem install bundler)

Install the necessary dependencies through bundler
code(bundle install)

## Usage ##

The downloader accepts 2 arguments. The episode to start downloading from **-f** and the
episode to finish downloading **-t**. The from episode defaults to 1 if not provided.

So for example if I wanted to download episodes 1 to 10 I would provide:

./downloader.rb -t 10

If I enjoyed the podcast so much that I then wanted to download episodes 11 to 20 I would
provide:

./downloader.rb -f 11 -t 20

Episodes are saved in the **episodes** directory of the repository