EDIT:
googlecl has been discontinued. Its legacy version of OAuth is no longer accepted by Picasa. The approach described below no longer works. You can find an alternative in the Picasa Web Album Data API .
, Picasa, googlecl. Linux, Windows. , ; , (Java, #, ).
googlecl , Google, , , googlecl .
, InstantUpload. (/ + URL).
google picasa list --title="InstantUpload" --fields=published,url-direct --delimiter=" " > FullList.txt
AFAIK, . , , , . ( ), .
CLI , . , , , .
UTC ( yyyy-mm-dd):
maxdate=$(date -u --date="1 year ago" +%F)
(grep, sed, awk, perl), ; < MaxDate.
awk "\$1 < \"$maxdate\" { print \$2; }" FullList.txt > FilteredList.txt
(AWK .)
. , .
while read url; do
wget "$url"
done < FilteredList.txt
script, , .