<?xml version="1.0"?>
<!DOCTYPE content [ <!ENTITY nbsp " "> ]>
<rdf:RDF xml:base="http://snarfed.org/rdf"
         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:dc="http://purl.org/dc/elements/1.1/">

<rdf:Description rdf:about="http://snarfed.org">
  <dc:title> snarfed.org  </dc:title>
  <dc:description> draw group stream of consciousness </dc:description>
  <dc:creator> Ryan Barrett &lt;snarfed at ryanb dot org&gt; </dc:creator>
  <dc:language> en </dc:language>
  <dc:format> text/html </dc:format>
  <dc:rights> Copyright 2002-2007 Ryan Barrett </dc:rights>
</rdf:Description>

<rdf:Description rdf:about="http://snarfed.org/space/download_picasa_album">
  <dc:title> download_picasa_album.sh </dc:title>
  <dc:creator> Ryan Barrett &lt;snarfed at ryanb dot org&gt; </dc:creator>
  <dc:date> 2007-08-26T18:29:00Z </dc:date>
  <dc:language> en </dc:language>
  <dc:format> text/html </dc:format>
  <dc:rights> Copyright 2002-2007 Ryan Barrett </dc:rights>

  <content>
    <p><a href="http://picasaweb.google.com/"><img src="/space/picasaweb.png" alt="picasaweb.png" title="" /></a></p>

<p><a href="/space/download_picasa_album.sh">download_picasa_album.sh</a> is a simple little
shell script that downloads entire photo albums from
<a href="http://picasaweb.google.com/">Picasa Web</a>. Just give it the album's RSS feed,
and it will parse the feed, extract the links to the full-size pictures, and
download them one by one. For example:</p>

<div class='p-shadow'><pre><code>$ ./download_picasa_album.sh 'http://picasaweb.google.com/...&amp;alt=rss'
    % Total    % Received % Xferd   Speed   Time    Time  
                                   Upload   Total   Spent 
  100 74442    0 74442    0     0      0 --:--:--  0:00:03
  ...
</code></pre></div>

<p><br class='clearing' />This script is dirt simple. If you're looking for something robust and
full-featured, you probably want an
<a href="http://http://www.podcastingnews.com/topics/Podcast_Software.html">RSS reader that supports enclosures</a>
or a
<a href="http://www.google.com/search?q=web+photo+downloader">dedicated web photo downloader</a>
instead. Personally, I have a small brain, so tiny shell scripts like this are
just right for me.</p>

<p><a href="/space/download_picasa_album.sh">download_picasa_album.sh</a> should work on most
*nix-based systems. It uses <a href="http://curl.haxx.se/">curl</a>,
<a href="http://gnu.org/software/grep/">grep</a>, <a href="http://gnu.org/software/sed/">sed</a>, and
xargs, which should come with your distribution.</p>

<p>See also:</p>

<ul>
<li><a href="/space/kodak picturecenter hacks">kodak picturecenter hacks</a></li>
<li><a href="/space/Malbum">Malbum</a> and <a href="/space/album">album</a></li>
<li><a href="/space/view evites anonymously">view evites anonymously</a></li>
<li><a href="/space/change firefox's saved passwords">change firefox's saved passwords</a></li>
<li><a href="/space/simonitor">simonitor</a></li>
</ul>

  </content>

  <rdf:Seq>

  </rdf:Seq>
</rdf:Description>
</rdf:RDF>
