Skip to content

garamond/pdcstr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pdcstr

pdcstr is a simple podcast download tool

Usage

lein uberjar
java -jar target/pdcstr.jar /path/to/configuration.edn /path/to/destination/folder 

Sample configuration

[{:name "Wait Wait Dont Tell Me"
  :url "http://www.npr.org/rss/podcast.php?id=35"
  :max-files 1}
 {:name "This American Life"
  :url "http://feeds.thisamericanlife.org/talpodcast"}
 {:name "The Talk Show"
  :url "http://feeds.feedburner.com/the_talk_show"
  :max-files 1}]

About

Podcast downloading tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published