...But nonetheless, I think it's nifty. If you're using a flavour of unix/linux that has bash and wget installed on it, feel free to use it.
#!/bin/bash
url=`echo ${1}`
charname=`echo ${url}|awk -F "=" '{print $3}'`
wget -q -e "header = Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5" -e "
(
Read more... )