How to download all the pictures only on the user, and album


Maksym
Site Admin
Posts: 2077
Joined: 02 Mar 2009, 17:02

Re: How to download all the pictures only on the user, and a

Post by Maksym » 23 May 2011, 14:44

I guess you won't be able to make it easily. All links there are the same, just some IDs are varying... It'll be very time-consuming to find out every ID and add it to the "Included URL filters". Sorry.

djmakinera
Posts: 41
Joined: 27 Sep 2010, 23:46

Re: How to download all the pictures only on the user, and a

Post by djmakinera » 23 May 2011, 15:55

This entry takes only a few pictures. Surely something needs to change or add.

**limpa\.ru/show\.php\?id=

Maksym
Site Admin
Posts: 2077
Joined: 02 Mar 2009, 17:02

Re: How to download all the pictures only on the user, and a

Post by Maksym » 23 May 2011, 16:02

I used the following:

show.+?id

to make sure that both

"show.php?id=" and "/show/id/" will match. Both of them are used to display a picture.

djmakinera
Posts: 41
Joined: 27 Sep 2010, 23:46

Re: How to download all the pictures only on the user, and a

Post by djmakinera » 23 May 2011, 16:12

I also tried these entries, but it is not working and I do not know why?

p[0-9]+\.s[0-9]+\.rscdn\.net/dating/(.*)/(.*)/(.*)/(.*)\.jpg$


albums\.limpa\.ru/(.*)/(.*)/(.*)/(.*)/(.*)\.jpg$

Maksym
Site Admin
Posts: 2077
Joined: 02 Mar 2009, 17:02

Re: How to download all the pictures only on the user, and a

Post by Maksym » 23 May 2011, 16:29

Try these:

p[0-9]+\.s[0-9]+\.rscdn\.net/dating/.+?\.jpg$
albums\.limpa\.ru.+?\.jpg$

djmakinera
Posts: 41
Joined: 27 Sep 2010, 23:46

Re: How to download all the pictures only on the user, and a

Post by djmakinera » 23 May 2011, 17:22

And what would an entry for this link ?(only example)

http://www.limpa.ru/albums/username/a100005

username --> any name...


limpa\.ru/albums/(.*)/(.*)
What is wrong here?

Maksym
Site Admin
Posts: 2077
Joined: 02 Mar 2009, 17:02

Re: How to download all the pictures only on the user, and a

Post by Maksym » 23 May 2011, 17:32

Don't use (.*). Make it like this:

limpa\.ru/albums/.+?/

djmakinera
Posts: 41
Joined: 27 Sep 2010, 23:46

Re: How to download all the pictures only on the user, and a

Post by djmakinera » 23 May 2011, 17:58

ONLY EXAMPLE:


It works much better... works in 99%
The problem occurs when you download these photos


http://p1.s4.rscdn.net/dating/1/4/7/14712021985.jpg

http://p1.s4.rscdn.net/dating/1/4/7/14712012155.jpg


http://p3.s4.rscdn.net/dating/1/4/7/14711989058.jpg


http://p1.s4.rscdn.net/dating/1/4/7/14712011269.jpg

(Get only the thumbnails, although the links are similar to those which have already been downloaded)

Maksym
Site Admin
Posts: 2077
Joined: 02 Mar 2009, 17:02

Re: How to download all the pictures only on the user, and a

Post by Maksym » 23 May 2011, 18:17

It should work. My Reg. Expr. tester shows that used expression matches any of the above URLs. Must be something with the link. Give me the address of the page where those images are shown.

Post Reply