Ján Regeš

Results 45 comments of Ján Regeš

Hi @bugnumber9, as mentioned by @DoLoop216, in the current version it is now possible to pass the path to the `--url`, e.g. to a sitemap. In the next few hours...

@cloydlau - thank you for this issue. In the next version, there will be a fix that will not report missing WebP in case of AVIF support. WebP has slightly...

Hi @cloydlau, thanks for reporting. The commit e0676533 has now fixed the WebP warning to not show if AVIF is detected. You can either use the current version from the...

Hi @nicksergeant, @marcodallagatta, I will be releasing a new version 1.0.9 in 2-3 weeks. This will be re-notarized, so I believe it will be fine. A temporary solution is also...

Hi @wilhere, you have the option to specify which domains to crawl external files from, see parameter [`--allowed-domain-for-external-files`](https://crawler.siteone.io/configuration/command-line-options/#--allowed-domain-for-external-files). Often, especially when using the [offline website generation](https://crawler.siteone.io/features/offline-website-generator/) feature, it is convenient...

Hi @GitHub-Mike, the implementation of this function will be quite difficult. When saving to filesystem crawler solves for example conflicts like "/dev.js" (as file) in combination with "/dev.js/file.js". In such...

Hi @jsyk57, the mentioned websites are unfortunately only SPAs (single page apps), which in addition do not have SSR (server-side rendering). SiteOne Crawler currently cannot interpret JavaScript like a normal...

Of course, anyone can send a PR and I would be very happy :) In order to be able to crawl websites that do not have SSR and therefore their...

Hi @DavidMatthewson, thank you for your suggestion for improvement. Yes, HTML can be really big, especially for large websites. Through the crawler parameter [`--analyzer-filter-regex`](https://crawler.siteone.io/configuration/command-line-options/#--analyzer-filter-regex) it is possible to select only...

Hi @DavidMatthewson, thank you for the feature request and I have implemented the option to set `--html-report-options` as I suggested. Even if you have a large website and a standard...