#!/bin/bash

wget --recursive --no-parent --level=INF --no-clobber --page-requisites --convert-links --html-extension --restrict-file-names=windows --user-agent="Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)" $1 $2 $3 $4 $5

