How to naming ?

Post Reply
fastlove
Posts: 3
Joined: 03 Nov 2017, 14:23

How to naming ?

Post by fastlove » 03 Nov 2017, 14:39

For example
I have a website https://vnexpress.net/tin-tuc/thoi-su/d ... 65209.html
 
I would like to naming the images downloaded there look like: dac-khu-kinh-te-cuoc-doi-cho-20-nam-3665209_ default name

How does it work?

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

Re: How to naming ?

Post by Maksym » 06 Nov 2017, 12:51

Currently you can not combine Reg.Ex.-generated names with default file names. You can only use Reg.Ex.-generated name with default extension or full default file name.

The only way to combine both is to use Reg.Ex-generated sub-folder name plus default file name. Here is a Regular Expression which you could use with any of the above methods:

Expression: vnexpress\.net/[^/]+/[^/]+/([^/\?&]+-\d+)\.html
Result: [#1]

fastlove
Posts: 3
Joined: 03 Nov 2017, 14:23

Re: How to naming ?

Post by fastlove » 06 Nov 2017, 16:32

Thanks you ! I used your way but only in this case .
If I want to have the file name: referer url path_default file names
for every case. Can you help me achieve it?

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

Re: How to naming ?

Post by Maksym » 06 Nov 2017, 16:57

Current version of Extreme Picture Finder can not use both parent URL and original file name. Sorry.

Post Reply