01-17-2017, 09:01 AM
OK, here you go. Pretty easy to use, first you make a text file that has the address to the directory on the first line, and the names of the files on all the following lines. So for example something like this:
(Empty lines are just ignored.)
Run the program via the command-prompt, passing this text file as the first argument and the name for an output directory as the second:
Wait a while, and it'll say when it's done. The files will be downloaded into the specified directory with a number at the front of the filename, depending on the order in the text file.
By the way, I made this with a programming language that's relatively new to me, so be sure to say if you notice any weird stuff. Hopefully it should all go smoothly though!
Code:
http://125.6.169.35/idolmaster/image_sp/card/xs/
1515860fd22175a20c99d8007cf8faae.jpg
120b0acaa2c1419c3de79c1e6ef6890a.jpg
212bb3e0d7f2ba5bcdeced90bf48561b.jpg
c8e7deaf2263a700b6f7d41902770f41.jpg
9a21c3eaede2b44ea3fbeb6c46f631f5.jpg
01501d1215a4b5d6a9260a2a13acd4cf.jpg
(Empty lines are just ignored.)
Run the program via the command-prompt, passing this text file as the first argument and the name for an output directory as the second:
Code:
idolDownloader list.txt xsOut
Wait a while, and it'll say when it's done. The files will be downloaded into the specified directory with a number at the front of the filename, depending on the order in the text file.
By the way, I made this with a programming language that's relatively new to me, so be sure to say if you notice any weird stuff. Hopefully it should all go smoothly though!