diff --git a/getdistorted/getdistorted.conf b/getdistorted/getdistorted.conf index 3372c7c..183f6fc 100644 --- a/getdistorted/getdistorted.conf +++ b/getdistorted/getdistorted.conf @@ -24,10 +24,10 @@ # the podcast name "distortedview" => { # where's the rss file -# "rss" => 'http://www.distortedview.com/show/index.xml', - "rss" => 'http://www.superfreaksideshow.com/members2/show/?feed=rss2', - "username" => "ward@wouts.nl", - "password" => "#{File.open("#{ENV['HOME']}/.dvpass").readline}", + "rss" => 'http://www.distortedview.com/show/index.xml', +# "rss" => 'http://www.superfreaksideshow.com/members2/show/?feed=rss2', +# "username" => "ward@wouts.nl", +# "password" => "#{File.open("#{ENV['HOME']}/.dvpass").readline}", # where should enclosures be saved "savedir" => '/Users/ward/Private/mp3/[books]/Distorted View', #"savedir" => '/Users/ward/ipod_sync/[books]/Distorted View', @@ -69,18 +69,26 @@ # "linkdir" => '/Users/ward/ipod_sync/[books]/Luke Burrage', # "rename" => [ /%20/, ' ' ], # } - "the_skeptics_guide_to_the_universe" => { - "rss" => 'http://www.theskepticsguide.org/rss.xml', - "rename" => [ /(?i)(skepticast)/, 'sk ' ], - "savedir" => '/Users/ward/Private/mp3/[books]/The Skeptics Guide To The Universe', - "linkdir" => '/Users/ward/ipod_sync/[books]/The Skeptics Guide To The Universe' - }, +# "the_skeptics_guide_to_the_universe" => { +# "rss" => 'http://www.theskepticsguide.org/rss.xml', +# "rename" => [ /(?i)(skepticast)/, 'sk ' ], +# "savedir" => '/Users/ward/Private/mp3/[books]/The Skeptics Guide To The Universe', +# "linkdir" => '/Users/ward/ipod_sync/[books]/The Skeptics Guide To The Universe' +# }, "pat_condell" => { "rss" => 'http://patcondell.libsyn.com/rss', # "rename" => [ /(?i)(skepticast)/, 'sk ' ], + "rename" => [ /_/, ' ' ], "savedir" => '/Users/ward/Private/mp3/[books]/Pat Condell', "linkdir" => '/Users/ward/ipod_sync/[books]/Pat Condell' }, + "pickup_podcast" => { + "rss" => 'http://www.pickuppodcast.com/podcast.xml', +# "rename" => [ /(?i)(skepticast)/, 'sk ' ], +# "rename" => [ /_/, ' ' ], + "savedir" => '/Users/ward/Private/selfhelp/audio/Pickup Podcast', + "linkdir" => '/Users/ward/ipod_sync/[books]/Pickup Podcast' + }, "skeptoid" => { "rss" => 'http://skeptoid.com/podcast.xml', "rename" => [ /^/, '%%DATE%%-', /(?i)(-\d*.mp3)/, '.mp3' ],