1. The problem
I have a site with multiple pages that have the same name so I need a way that scrape the site and name the files not only with the url but the entire url including the subfolders
Domain.com/folder1/page/
Domain.com/folder2/page/
2. Simple solution
Can you add another macro such as %fullurl%
Or something similar so when I scrape the site will give me 2 files
folder1_page.html
folder2_page.html