Folder name page title, and filename pagetitle + filename

Post Reply
arthor
Posts: 3
Joined: 19 May 2025, 17:34

Folder name page title, and filename pagetitle + filename

Post by arthor »

I want the folder names to be the page title, then include all the files downloaded in each page in these the corresponding folder. Filename should be filename pagetitle + filename

How would I go about setting up the RegEx to do this. I cannot figure it out, thank you
Maksym
Site Admin
Posts: 2427
Joined: 02 Mar 2009, 17:02

Re: Folder name page title, and filename pagetitle + filename

Post by Maksym »

I want the folder names to be the page title
Making folder names from the page titles is pretty easy; you just need to use the correct Regular Expression that will match the addresses of the pages with those titles here:

Image

Also, you need to make sure that the addresses of those pages appear in the download log, otherwise, your Regular Expression won't match anything.
Filename should be filename pagetitle + filename
As for the combined naming options, just like you are requesting, hopefully they will be added in version 4.x. In the current version, you can only choose one naming option: either the file name or the page title.
Post Reply