Page 1 of 1

How to naming ?

Posted: 03 Nov 2017, 14:39
by fastlove
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?

Re: How to naming ?

Posted: 06 Nov 2017, 12:51
by Maksym
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]

Re: How to naming ?

Posted: 06 Nov 2017, 16:32
by fastlove
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?

Re: How to naming ?

Posted: 06 Nov 2017, 16:57
by Maksym
Current version of Extreme Picture Finder can not use both parent URL and original file name. Sorry.