#!/bin/bash
mkdir html && cd html
curl -O www.mzitu.com/share/comment-page-[1-208]
cat comm* >comraw.txt
cat comraw.txt |grep -o "http://.*.jpg" |grep -v '" *' >imgurl.txt
rm -r co*
wget -i imgurl.txt -P share
为毛下载下来看美感不足了~~
#!/bin/bash
mkdir html && cd html
curl -O www.mzitu.com/share/comment-page-[1-208]
cat comm* >comraw.txt
cat comraw.txt |grep -o "http://.*.jpg" |grep -v '" *' >imgurl.txt
rm -r co*
wget -i imgurl.txt -P share
为毛下载下来看美感不足了~~
转载于:https://my.oschina.net/u/139883/blog/670630