lutris / agora

Public discussion space for the community
11 stars 0 forks source link

File download mirrors #30

Open FakeShemp opened 3 years ago

FakeShemp commented 3 years ago

Would it be possible to add the functionality that a downloadable file can also have alternative mirrors?

For example, I have this

files:
- file: http://url.net/game.zip

and maybe it could be possible to also do

files:
- file: http://url.net/files/game.zip
  mirrors: [ http://url2.net/game.zip, http://url3.net/game.zip, http://url4.net/game.zip ]

so that if one server fails to connect, another one could be tried instead.