Ján Regeš
Ján Regeš
I will also consider the option to let the user define the replacements himself, e.g. using: `--offline-url-replacement='?>! =>( &>)'`. So pattern `FROM1>TO1[space]FROM2>TO2`. For separating rules, a space is more convenient...
I read your message again and my last suggestion is very similar to yours: `--rewrite-query-structure='/([^&]+)=([^&]*)(&|$)/' -> '$1-$2_'`. Your solution with regular expressions is even more versatile, but more complex for...
@GitHub-Mike can you please try the current version from main branch with [this commit](https://github.com/janreges/siteone-crawler/commit/1a3482c6dada06b8482f205ceb181d8b42a62607)? The description of the parameter can be found only in [README.md](https://github.com/janreges/siteone-crawler/blob/main/README.md#offline-exporter-options). It will be available on...
In the course of implementation I realized that `?` is only the leading character of the query string, but the query string itself no longer contains `?` at all, only...
On the website crawler.siteone.io you will find somewhere in the roadmap that my goal is to enable (e.g. through some --flag) to generate exported website in such a form that...