Mod Archive Forums

Website => Help & Support => Help Support Topics Archive => Topic started by: Slender on March 14, 2019, 02:59:00

Title: Downloading all of an artist's modules
Post by: Slender on March 14, 2019, 02:59:00
Is there a way to do this rather than downloading each of an artist's modules individually?
Title: Re: Downloading all of an artist's modules
Post by: Saga Musix on March 14, 2019, 19:34:46
This is currently not possible, although it should be within the realms of possibility to create a list of links that can be passed e.g. to wget (this kind of list is already provided for member favourite lists).
For the time being, you can check out ModLand which is browsable by FTP, but obviously some stuff you may want to download from ModArchive might not be present there.
Title: Re: Downloading all of an artist's modules
Post by: Slender on March 15, 2019, 03:08:38
Yep, I tried downloading the files from the module page with Wget but ended up getting quite a lot of other stuff as well.
Title: Re: Downloading all of an artist's modules
Post by: Saga Musix on July 14, 2019, 12:32:49
You can now find a link to a wget-able list of download links at the bottom of an artist's module list. Let me know if something doesn't work!
Title: Re: Downloading all of an artist's modules
Post by: DoomSlayer on November 25, 2020, 07:27:44
Is there a way to do this rather than downloading each of an artist's modules individually?

Just put all the files in a text file and save the text file like for example: foo.txt
and using wget you can download the files that you saved from the archive as such:
wget --content-disposition -i foo.txt
I know this is an old thread. But wanted to help new people. Who may not know how to do this.