File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -169,9 +169,9 @@ When the `byType` filenameGenerator is used the downloaded files are saved by ty
169169
170170###### bySiteStructure
171171When the ` bySiteStructure ` filenameGenerator is used the downloaded files are saved in ` directory ` using same structure as on the website:
172- - ` / ` => ` DIRECTORY/index.html `
173- - ` /about ` => ` DIRECTORY/about/index.html `
174- - ` /resources/javascript/libraries /jquery.min.js ` => ` DIRECTORY/resources/javascript/libraries /jquery.min.js `
172+ - ` / ` => ` DIRECTORY/example.com/ index.html `
173+ - ` /about ` => ` DIRECTORY/example.com/ about/index.html `
174+ - ` //cdn.example.com/resources /jquery.min.js ` => ` DIRECTORY/cdn.example.com/resources /jquery.min.js `
175175
176176``` javascript
177177// Downloads all the crawlable files. The files are saved in the same structure as the structure of the website
You can’t perform that action at this time.
0 commit comments