benoit74

Results 1991 comments of benoit74

You should be able to block any request from a page to hitbox.com with blockRules: ``` --blockRules Additional rules for blocking certai n URLs from being loaded, by URL reg...

Did you achieved to confirm it really blocks the URL you do not want to load by looking at WARC content? If yes, then you probably have something else causing...

Thank you @clydzik for the follow-up. Doesn't it have other negative side-effects when running headless? I.e. does the ZIM works as expected? I don't remember exact details, but I feel...

`--diskUtilization 0` should indeed have disabled disk utilization checks

If the person implementing this need inspiration to write the tests, you can have a look at https://github.com/openzim/libzim/issues/1000 for some bad `Counter` values.

This looks like a kind of crash between puppeteer / browser. I doubt this is something we can fix.

Zimit is a kind of fragile scraper by nature. It relies on website being on and reachable at all time (any website issue or local machine issue or networking issue...

Demo ZIM: [tests_en_zimcheck-issue-485_2025-12.zim.zip](https://github.com/user-attachments/files/24099263/tests_en_zimcheck-issue-485_2025-12.zim.zip)

Validating HTML without a real HTML parser is indeed prone to fail.

Current process for setting an illustration in a recipe is more complex than what you describe, at least this is what I usually do: - Find an illustration online -...