I want to extract links of all images (png-jpg-jpeg-gif) in a booru website. (Booru(s) are some kind of image hosting websites).
Here is an example:
http://mspabooru.com/
(contains 161151 images)
When clicking on posts, we could see images:
http://mspabooru.com/index.php?page=post&s=list
Then, after clicking on any images, It goes to a page:
http://mspabooru.com/index.php?page=post&s=view&id=166035
That contains the link (url) of that image in left side of the page, when we click on the "original image" placeholder:
http://mspabooru.com//images/15/953debec5a4f550b37a7b0cabe5395a2.png
-------------
Now I 'm looking for a tool (an app or an online website) that helps me extract all these "Original image" links (urls) fast, And then I import the list of those urls in a download manager to leech them all.
I give that tool, these links:
http://mspabooru.com/index.php?page=post&s=view&id=161151
http://mspabooru.com/index.php?page=post&s=view&id=161150
http://mspabooru.com/index.php?page=post&s=view&id=161149
...
.
.
.
http://mspabooru.com/index.php?page=post&s=view&id=1
Then it gives me the links of images in each page:
http://mspabooru.com//images/15/aa2652c67b307eefb48ca3672fe09517.jpeg
http://mspabooru.com//images/15/fae66c978b7e52ada0e5332b5dbe2abd.png
http://mspabooru.com//images/15/38d72ad818e1471c5955db17ce2e89c4.jpeg
...
.
.
http://mspabooru.com//images/15/38d72ad818e14645955db17ce2e89c4.jpeg
So please give me any suggestion.
(or maybe a coder here could help me (I think its not hard to code a tiny app that doing this).
Thank u