<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -7,8 +7,6 @@
    4. Run like this, &quot;groovy pget.groovy &lt;downloadLocation&gt;&quot; (ie. groovy pget.groovy /tmp/podcasts)
  Enjoy.
 
-small change
-
 I use this script to download new mp3's into a directory.   I then copy the files onto my mp3 player and
 listen to them during my commute.  When I'm need a recharge of new mp3s, I re-run the script to get more podcasts.
 
@@ -44,11 +42,13 @@ if ( downloadHistoryFile.exists() ){
 println &quot;running, cached: &quot; + downloadHistory.size()
 
 sites = [
-        &quot;http://hansamann.podspot.de/rss&quot;,
-        &quot;http://www.pbs.org/cringely/pulpit/rss/podcast.rss.xml&quot;,
-        &quot;http://www.javaworld.com/podcasts/jtech/index.xml&quot;,
+        &quot;http://feeds2.feedburner.com/WebdevradioPodcastHome&quot;,
+        &quot;http://feeds2.feedburner.com/PhandroidPodcast&quot;,
+        &quot;http://feeds2.feedburner.com/ThisAintYourDadsJava&quot;,
         &quot;http://www.cringely.com/feed/podcast/&quot;,
         &quot;http://feedproxy.google.com/androidguyscom&quot;,
+        &quot;http://hansamann.podspot.de/rss&quot;,
+        &quot;http://www.pbs.org/cringely/pulpit/rss/podcast.rss.xml&quot;,
         &quot;http://feeds.feedburner.com/javaposse&quot;,
         &quot;http://feeds.feedburner.com/rubyonrailspodcast&quot;,
         &quot;http://blog.stackoverflow.com/index.php?feed=podcast&quot;,
@@ -118,7 +118,7 @@ enclosures.each {url, filename -&gt;
         out &lt;&lt; new URL(url).openStream()
         out.close()
 
-        [ &quot;/usr/bin/id3v2&quot;, &quot;-t&quot;, filename,  file.toString() ].execute()
+        [ &quot;/usr/bin/id3v2&quot;, &quot;-t&quot;, '_' + file.name, ondiskname ].execute()
     }
     println &quot;ok have downloadHistory[$filename]=$ondiskname&quot;
 
@@ -135,4 +135,4 @@ downloadHistoryFile.withPrintWriter {pw -&gt;
     pw.println(&quot;]&quot;)
 }
 
-println &quot;all done, cache:&quot; + downloadHistory.size() + &quot;, added:&quot; + enclosures.size() + &quot;, errors:&quot; + errors
\ No newline at end of file
+println &quot;all done, cache:&quot; + downloadHistory.size() + &quot;, added:&quot; + enclosures.size() + &quot;, errors:&quot; + errors</diff>
      <filename>src/pget.groovy</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>2feaafc72e4d9dd297d4c3ec729293dad710c75e</id>
    </parent>
  </parents>
  <author>
    <name>Bob Herrmann</name>
    <email>bherrmann@left.(none)</email>
  </author>
  <url>http://github.com/bherrmann7/podcast-get/commit/3afaa37bc71345689af5e8a7d382d02cec5d2fcd</url>
  <id>3afaa37bc71345689af5e8a7d382d02cec5d2fcd</id>
  <committed-date>2009-03-23T06:53:41-07:00</committed-date>
  <authored-date>2009-03-23T06:53:41-07:00</authored-date>
  <message>updated podcasts</message>
  <tree>ef2766be1820bac1f827ba28e73848bc995f3b9b</tree>
  <committer>
    <name>Bob Herrmann</name>
    <email>bherrmann@left.(none)</email>
  </committer>
</commit>
