1
Help Support Topics Archive / Re: Downloading all of an artist's modules
« 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.