https://peopleimages.com

saloomon
Posts: 16
Joined: 02 Sep 2019, 20:42

https://peopleimages.com

Post by saloomon » 03 Sep 2019, 00:18

Hello help
how to put in the program change the last letters with other letters

https://peopleimages.com/shoots#model:Vivi-SN
they are small pictures...I want to change the end for another....

-box_175_175.jpg change -zoom_90.jpg

it is possible to do it with the program, gracias...

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

Re: https://peopleimages.com

Post by Maksym » 03 Sep 2019, 13:59

Yes, you can. You will need to add the following Custom Parser in the project properties:

Expression: "(http[^"]+-)box_175_175.jpg"
Result: [#1]zoom_90.jpg

And I think you should use the following mask in the Target Files:

*zoom_90.jpg

to make sure only big files are saved.

saloomon
Posts: 16
Joined: 02 Sep 2019, 20:42

Re: https://peopleimages.com

Post by saloomon » 03 Sep 2019, 23:17


saloomon
Posts: 16
Joined: 02 Sep 2019, 20:42

Re: https://peopleimages.com

Post by saloomon » 04 Sep 2019, 00:08

And I think you should use the following mask in the Target Files:

*zoom_90.jpg

where do I put it??

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

Re: https://peopleimages.com

Post by Maksym » 04 Sep 2019, 11:40

You mean thumbnail and full-size images are located on different servers? Like thumbnail on cdn0 and full-size image on cdn2?

As for Target Files - open the project properties (menu item [ Project -> Project properties... ] ) select the "Target files" section and replace

*.jpg

with

*zoom_90.jpg

Image

saloomon
Posts: 16
Joined: 02 Sep 2019, 20:42

Re: https://peopleimages.com

Post by saloomon » 04 Sep 2019, 21:03

it does not work

saloomon
Posts: 16
Joined: 02 Sep 2019, 20:42

Re: https://peopleimages.com

Post by saloomon » 04 Sep 2019, 21:10

on the website they are small but if with the program you can change before downloading change this fit_400_400.jpg for this zoom_90.jpg

saloomon
Posts: 16
Joined: 02 Sep 2019, 20:42

Re: https://peopleimages.com

Post by saloomon » 04 Sep 2019, 21:26

You mean thumbnail and full-size images are located on different servers? Like thumbnail on cdn0 and full-size image on cdn2?

nooo, not in it just change this fit_400_400.jpg for this zoom_90.jpg

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

Re: https://peopleimages.com

Post by Maksym » 05 Sep 2019, 14:55

Expression: "(http[^"]+-)fit_400_400.jpg"
Result: [#1]zoom_90.jpg

saloomon
Posts: 16
Joined: 02 Sep 2019, 20:42

Re: https://peopleimages.com

Post by saloomon » 07 Sep 2019, 17:16

no work

Post Reply