You can call it anything, but we prefer calling it imager! because it does its JOB well. Imager helps you to download every images on a particular Url.
- You must have PHP 5.4+ installed.
- You must have curl installed.
- php file_get_content must be enabled.
- Images can be downloaded from group of links.
- Arranges images to folder structure according to where the image is stored on the page.
First, Download the file here
- Extract into your Sever document path.
- Input the links to the images that you want to download from into
links.txt
. - Visit the link on your browser - ( eg: http://localhost/imager/ ).
- Check the folder where you extracted it to, you will see a newly created folder, that's where your image is!.
💡 This is the method you will likely use if you are doing from lot of links
- Extract the file into a folder.
- Open your command prompt, then
CD
into the folder where you extracted the file. - Input the links to the images that you want to download the images from into
links.txt
. - Run this command
php index.php
. - Take a coffee and chill - Your images will be downlod for you!.
Instead of downloading all images, you may want to specify a particullar image format to download,
eg: IMAGE_MATCH = 260x260.jpg
- this will download any image that contains 260x260 in the name.
You can set this up in the setup.ini
file.
If you have any question, please send an email to me - dongidomed [AT] gmail [DOT] com, I will get back to you as soon as possible.
You are free to contribute - pull, fork, one love open source!.
Have a great day!