Page 1 of 1

Download links for Linux

Posted: Sat Apr 13, 2019 2:28 pm
by jabwd
Download links currently redirect, which makes it harder to use something like curl or wget.

Re: Download links for Linux

Posted: Sat Apr 13, 2019 10:04 pm
by tehfreek
This is unlikely to change due to the use of Cloudflare.

Re: Download links for Linux

Posted: Sat Apr 13, 2019 10:10 pm
by quyxkh
and besides, curl's "follow the bouncing ball" option is `-L`.

Code: Select all

    $ curl -sL https://www.factorio.com/get-download/latest/headless/linux64 -o test
    $ tar tf test
    factorio/bin/x64/factorio
    factorio/data/
    factorio/data/base/
    factorio/data/base/campaigns/
    factorio/data/base/campaigns/npe/
    factorio/data/base/campaigns/npe/description.json
    factorio/data/base/campaigns/npe/level-01/
[…etc]
    $