wijzigingen
This commit is contained in:
parent
d80a24aeaa
commit
0f74918ea7
1 changed files with 18 additions and 10 deletions
|
|
@ -24,10 +24,10 @@
|
||||||
# the podcast name
|
# the podcast name
|
||||||
"distortedview" => {
|
"distortedview" => {
|
||||||
# where's the rss file
|
# where's the rss file
|
||||||
# "rss" => 'http://www.distortedview.com/show/index.xml',
|
"rss" => 'http://www.distortedview.com/show/index.xml',
|
||||||
"rss" => 'http://www.superfreaksideshow.com/members2/show/?feed=rss2',
|
# "rss" => 'http://www.superfreaksideshow.com/members2/show/?feed=rss2',
|
||||||
"username" => "ward@wouts.nl",
|
# "username" => "ward@wouts.nl",
|
||||||
"password" => "#{File.open("#{ENV['HOME']}/.dvpass").readline}",
|
# "password" => "#{File.open("#{ENV['HOME']}/.dvpass").readline}",
|
||||||
# where should enclosures be saved
|
# where should enclosures be saved
|
||||||
"savedir" => '/Users/ward/Private/mp3/[books]/Distorted View',
|
"savedir" => '/Users/ward/Private/mp3/[books]/Distorted View',
|
||||||
#"savedir" => '/Users/ward/ipod_sync/[books]/Distorted View',
|
#"savedir" => '/Users/ward/ipod_sync/[books]/Distorted View',
|
||||||
|
|
@ -69,18 +69,26 @@
|
||||||
# "linkdir" => '/Users/ward/ipod_sync/[books]/Luke Burrage',
|
# "linkdir" => '/Users/ward/ipod_sync/[books]/Luke Burrage',
|
||||||
# "rename" => [ /%20/, ' ' ],
|
# "rename" => [ /%20/, ' ' ],
|
||||||
# }
|
# }
|
||||||
"the_skeptics_guide_to_the_universe" => {
|
# "the_skeptics_guide_to_the_universe" => {
|
||||||
"rss" => 'http://www.theskepticsguide.org/rss.xml',
|
# "rss" => 'http://www.theskepticsguide.org/rss.xml',
|
||||||
"rename" => [ /(?i)(skepticast)/, 'sk ' ],
|
# "rename" => [ /(?i)(skepticast)/, 'sk ' ],
|
||||||
"savedir" => '/Users/ward/Private/mp3/[books]/The Skeptics Guide To The Universe',
|
# "savedir" => '/Users/ward/Private/mp3/[books]/The Skeptics Guide To The Universe',
|
||||||
"linkdir" => '/Users/ward/ipod_sync/[books]/The Skeptics Guide To The Universe'
|
# "linkdir" => '/Users/ward/ipod_sync/[books]/The Skeptics Guide To The Universe'
|
||||||
},
|
# },
|
||||||
"pat_condell" => {
|
"pat_condell" => {
|
||||||
"rss" => 'http://patcondell.libsyn.com/rss',
|
"rss" => 'http://patcondell.libsyn.com/rss',
|
||||||
# "rename" => [ /(?i)(skepticast)/, 'sk ' ],
|
# "rename" => [ /(?i)(skepticast)/, 'sk ' ],
|
||||||
|
"rename" => [ /_/, ' ' ],
|
||||||
"savedir" => '/Users/ward/Private/mp3/[books]/Pat Condell',
|
"savedir" => '/Users/ward/Private/mp3/[books]/Pat Condell',
|
||||||
"linkdir" => '/Users/ward/ipod_sync/[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" => {
|
"skeptoid" => {
|
||||||
"rss" => 'http://skeptoid.com/podcast.xml',
|
"rss" => 'http://skeptoid.com/podcast.xml',
|
||||||
"rename" => [ /^/, '%%DATE%%-', /(?i)(-\d*.mp3)/, '.mp3' ],
|
"rename" => [ /^/, '%%DATE%%-', /(?i)(-\d*.mp3)/, '.mp3' ],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue