Im trying to remove lots of strange file name, like index.html?replytocom=653
, index.html?replytocom=667
, etc.
Im using below code:
wget -k -m -r -q -R gif,png,jpg,jpeg,GIF,PNG,JPG,JPEG,?,= -t 1 http://www.website.com/
and tried also
wget -k -m -r -q -R gif,png,jpg,jpeg,GIF,PNG,JPG,JPEG,?,=,replytocom -t 1 http://www.website.com/
but no luck..