Get pbase photo script

user-pic
Vote 0 Votes
# 範例: 周大拍的2004台北電腦應用展
URL="http://www.pbase.com/albertjou/show16&page=all"
for i in `lynx -dump $URL | awk -F'[] ]' '/http.*image/ {print $NF}'`
do
    wget `lynx -source $i | awk -F\" '/IMG.*upload.*jpg/ {print $6}'`
done

Leave a comment

About this Entry

This page contains a single entry by Pank published on August 9, 2004 3:32 AM.

數位電視盒 was the previous entry in this blog.

Windows XP FAT32 to NTFS is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.