How can I download all Android chess engines from this SourceForge page at once?

Sort:
synthesechess

Hi everyone,

I came across this great collection of chess engines for Android on SourceForge:
https://sourceforge.net/projects/chess-engines-for-android/files/

Is there a way to download all the engines from this page at once, instead of clicking each file manually?
I’ve tried using a download manager, but since SourceForge uses redirect links, it didn’t quite work as expected.

Thanks in advance!
Harry

mjeman

I'd write a script to download using cURL. It can follow redirects if you give it the -L flag.