View Single Post
Old April 4th, 2018, 04:55 PM   #4
halvar
Blocked!
 
Join Date: Jan 2008
Location: HH
Posts: 1,963
Thanks: 115,040
Thanked 32,801 Times in 1,955 Posts
halvar 100000+halvar 100000+halvar 100000+halvar 100000+halvar 100000+halvar 100000+halvar 100000+halvar 100000+halvar 100000+halvar 100000+halvar 100000+
Default

Mac is even easier, since you have a bash terminal and curl!

Run Terminal and type
HTML Code:
curl --version
to test if you have curl installed.

If it is installed then execute
HTML Code:
for x in $(seq 1 148); do curl -o $x.jpg http://online.pubhtml5.com/vfof/guzu/files/large/$x.jpg; done
I am doing this with Linux, but it should work on Mac too.
halvar is offline   Reply With Quote