Skip to content

Instantly share code, notes, and snippets.

@SenpaiSilver
Created November 7, 2014 23:21
Show Gist options
  • Save SenpaiSilver/b08fd575529aeedacf2b to your computer and use it in GitHub Desktop.
Save SenpaiSilver/b08fd575529aeedacf2b to your computer and use it in GitHub Desktop.
#!/bin/sh
wget --recursive --no-clobber --page-requisites --html-extension --convert-links --restrict-file-names=windows --domains pso2.jp --no-parent "http://pso2.jp/players/update/$1/"
for i in `seq -f "%02g" 1 10`
do
wget --recursive --no-clobber --page-requisites --html-extension --convert-links --restrict-file-names=windows --domains pso2.jp --no-parent "http://pso2.jp/players/update/$1/$i/"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment