diff options
-rw-r--r-- | .peapod/peapod.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.peapod/peapod.xml b/.peapod/peapod.xml new file mode 100644 index 0000000..9d02f95 --- /dev/null +++ b/.peapod/peapod.xml @@ -0,0 +1,22 @@ +<?xml version='1.0' encoding='UTF-8'?> +<peapod> + <options> + <savedir>~/tmp/podcasts</savedir> + <verbose>true</verbose> + <maxfetch>2</maxfetch> + <mp3path>/media/Library\ C/</mp3path> + </options> + + <feed> + <title>ThisAmericanLife</title> + <url>http://feeds.thisamericanlife.org/talpodcast</url> + </feed> + <feed> + <title>LongNow</title> + <url>http://www.longnow.org/projects/seminars/SALT.xml</url> + </feed> + <feed> + <title>PlanetMoney</title> + <url>http://www.npr.org/rss/podcast.php?id=510289</url> + </feed> +</peapod> |