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
Folder name page title, and filename pagetitle + filename
-
- Posts: 3
- Joined: 19 May 2025, 17:34
-
- Site Admin
- Posts: 2427
- Joined: 02 Mar 2009, 17:02
Re: Folder name page title, and filename pagetitle + filename
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:I want the folder names to be the page title

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.
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.Filename should be filename pagetitle + filename