notes/Get Album from PhotoBucket-LjVhzvVa.sh
wget -q "http://gs0008.photobucket.com/groups/0008/KWO1LTF0Z8/?start=all" -O-|grep "action=view"|grep "^<a href"|cut -d\" -f2|sed 's/?action=view\&current=//g'|while read line
do 
   wget "$line"
done

syntax highlighted by Code2HTML, v. 0.9.1