Page 1 of 1

TheFoxxx.com

Posted: 29 Sep 2019, 11:13
by AstrYx1
Can I have a template for this site with auto naming for each string? because when I download the files the folders end up like this:
...The foxxx\2019\08\19\episode-32-naked-yoga-lessons-i
instead of creating only 1 folder with it's name.
...The foxxx\episode-32-naked-yoga-lessons-i
here's a link:
http://thefoxxx.com/blog/2015/02/09/ali ... n-batbabe/
Thanks for your time.

Re: TheFoxxx.com

Posted: 29 Sep 2019, 13:04
by Maksym
You'll need to use "Expert" tab in the [ Save -> Sub-folders ] section of the project properties. Select the "Use target file parent URL Regular Expression" option and add the following Regular Expression:

Expression: .*/([^/]+)/$
Result: [#1]

Image

Also adding

\d+x\d+\.

to the "Excluded URLs" filter will prevent the download of thumbnails.

Re: TheFoxxx.com

Posted: 29 Sep 2019, 20:40
by AstrYx1
It worked thanks.