I need to download many images, some have extensions like this: http://example.com/image.jpeg?size=2000
In the browser I see a large image, but wget only downloads the smaller version of this image (without the "?size=2000" part). Any idea how to download the large images from the terminal?
Thanks.