[Bug-wget] Strangest result from downloading 1 file with wget.

2013-11-14 Thread Michel Rod
Hello WGET community, Could anybody shed some light: If I do: wget "http://www.prismcasino.com/wp-includes/js/jquery/jquery.js"; The file contents goes as expected a bunch of jquery code. If i do: wget "http://www.prismcasino.com/wp-includes/js/jquery/jquery.js?ver=1.10.2"; The file contents is

Re: [Bug-wget] Strangest result from downloading 1 file with wget.

2013-11-15 Thread Michel Rod
Thank you, however iam rescursively downloading sites that partially have gzip compressed items. How can I at least get a list of which ones they are so I can decompress them appropiately afterwords?