A small note about wget:
wget -O proxylist.txt http://www.proxyleech.com/proxylist.txt
export http_proxy="http://`cat proxylist.txt | dos2unix | random | head -1`"
echo using proxy $http_proxy
wget --referer=.... url....