Save url path as folder path

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

New macros

%file_name%
%path_name%

Use together to create folders from url path name.

static scraper

dynamic scraper

%url% => renamed to %file_name%
%path% => renamed to %path_name%

Dynamic scraper already had path support, but it has been added to static scraper now.