benoit74
benoit74
Is there anything in browsertrix crawler which forces the use of a specific video codec (typically mp4 over webm) or is it all default/automated decisions made by the browser /...
For some websites, there is a WAF protection (e.g. Cloudflare systems) which triggers only after a bunch of page loads. In other words, the crawl progress fine, and suddenly all...
- [ ] Secure the CI is green on git `main` - [ ] Update the Changelog - [ ] Update version in `package.json` - [ ] Update `package-lock.json` by...
We've just had two segfault on `test/zim.test.ts`, see https://github.com/openzim/node-libzim/actions/runs/16348986226/attempts/2 Looks like it might be correlated to https://github.com/openzim/node-libzim/issues/80 but no clue so opening a distinct issue since context is a bit...
Fix #232 To be merged after https://github.com/openzim/python-libzim/pull/234 (which is simpler / narrower scope) Changes: - new `illustration` module with the `IllustrationInfo` class, used by `reader` and `writer` modules - new...
This is a minimal PR to move to libzim 9.4.0 It does not add new stuff like the new illustrations API (I propose to do this in a distinct PR...
In https://github.com/openzim/python-libzim/pull/237/commits/036a5ec8df389d021979a253f299773975233a23, we've made configuration changes to ensure coverage still works with Cython 3.1 The issue is that: - `coverage` has switched to `sys.monitoring` core to collect profile / linetracing...
CPython now has free-threaded builds since 3.13: https://docs.python.org/3/howto/free-threading-python.html In https://github.com/openzim/python-libzim/pull/237 (to be released as 3.8.0), we've fixed tests and documentation regarding the fact that python-libzim requires the GIL ATM. We...
See https://github.com/yt-dlp/yt-dlp/issues/14404 Probably going to land soon, meaning we will soon need a patch release of youtube scraper
This issue serves as a checklist for the release event. - [ ] Check that dependencies have been updated to latest version - [ ] Check Usage (in `README.md`) and...