Hello I'm having issues with how the images I'm downloading are being saved.
I'm importing a txt file of about 1300 URLs. Here is a sample of what my URL
looks like:
<http://www.domain.com/image.php?type=P&id=16136>
I have my MIME types set to php <---> image/jpeg and it is ripping the images
just fine. The problem is once the images are saved they're given random
names. I need the ID number to be the image name. So in this example when the
jpeg is downloaded I want it to be saved as 16136. Is there any way to do
this? I've tried playing with the build settings but I can't figure it out.
Thank you! |