Skip to content

kaleworsley/podcasts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 

Repository files navigation

Podcasts

A simple command line ruby script for downloading podcasts.

Setup

Clone repo

  • git clone git://github.com/kaleworsley/podcasts.git

Install gems

  • cd podcasts && gem install xml-simple && gem install psych

Create ~/.podcasts.yml

  • vim ~/.podcasts.yml

Example ~/.podcasts.yml file

Railscasts:
  path: ~/podcasts/railscasts
  url: http://feeds.feedburner.com/railscasts
The Changelog:
  path: ~/podcasts/thechangelog
  url: http://feeds.feedburner.com/thechangelog

License

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

Copyright (C) 2012 Kale Worsley <kale@egressive.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

Command line, ruby-based podcast downloader.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages