ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Finished Programs

DONE: Extracting All Image Links from a Booru Website

(1/3) > >>

rayman3003:
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  ;D

Curt:
Do you really need to keep a list of the links, or is it okay to "merely" get the pictures?


rayman3003:
Do you really need to keep a list of the links, or is it okay to "merely" get the pictures?
-Curt (August 04, 2017, 05:50 PM)
--- End quote ---

My goal is to get the pictures. But having the list of links, helps me to put them in download managers and leech them faster.  :) (So I prefer the links list)

4wd:
Wouldn't it be easier to use a Download Manager within the browser?

eg. Firefox + DownThemAll  or  Chrome-based + GetThemAll

Both of these allow you to filter on filetype.

rayman3003:
Wouldn't it be easier to use a Download Manager within the browser?

eg. Firefox + DownThemAll  or  Chrome-based + GetThemAll

Both of these allow you to filter on filetype.
-4wd (August 05, 2017, 06:44 AM)
--- End quote ---

OK, thats also a download manager.  :P

I have "DownThemAll" in my firefox. Please show me how to grab all images by "DownThemAll" within all of these 161151 pages:


--- ---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

Navigation

[0] Message Index

[#] Next page

Go to full version