Advertisement
metalx1000

Get Album from PhotoBucket

Mar 13th, 2012
1,008
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.20 KB | None | 0 0
  1. 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
  2. do
  3.    wget "$line"
  4. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement