Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rupurt/ruby5-podcast-downloader
- Owner: rupurt
- Created: 2011-07-03T01:55:43.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-04-25T18:58:48.000Z (over 12 years ago)
- Last Synced: 2024-10-10T14:39:33.052Z (about 1 month ago)
- Language: Ruby
- Homepage:
- Size: 89.8 KB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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