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?

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

2013-11-15 Thread Dagobert Michelsen
Hi Michael, Am 14.11.2013 um 23:49 schrieb Michel Rod : > 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/j

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

2013-11-15 Thread Darshit Shah
This issue arises because the server seems to be sending the data in plaintext normally, but uses Content-Encoding: gzip when the request contains a parameter. Since wget does not currently support gzip compression, this data looks like a bunch of gibberish. The issue with IRI support is because y

[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