rgaudin

Results 846 comments of rgaudin

- can we technically know which ones were navigated to and which ones were loaded as resources/xhr? - I can't think of any example where an HTML content loaded in...

Upstream: https://github.com/webrecorder/browsertrix-crawler/issues/451

hum, warc2zim is not a dependency, it's the scraper. It's zimit that is a wrapper that calls two tools. zimit version is mostly useless but what you want is to...

You could look for `warc2zim` and `zimit` strings in `Scraper` metadata and if `_sw:yes` is not in tags, that's a zimit2. @mgautierfr [this line](https://github.com/openzim/warc2zim/blob/warc2zim2/src/warc2zim/converter.py#L64) should be fixed ASAP

Current approach seems to have been to _adapt_ the fuzzyrules to replicate the feature. Probably easier to maintain if the upstream updates are low. ```js { "match": /\/\/.*googlevideo.com\/(videoplayback)/i, "fuzzyCanonReplace": "//youtube.fuzzy.replayweb.page/$1",...

@benoit74 regarding zimit1, given wabac.js is bundled, it's just a matter of updating it.

> Then why are these rules inside the Python codebase as well? I think zimit1 also needs it. Right! Reminds me we never updated those (although we did update wabac.js)

The recipe is setting the Name via playlists-name using a dynamic variable. This is likely not a very good Name and definitely not convention OK ; but this is a...

This looks like a kiwix-serve bug as the behavior that you are expecting is the one we've implemented. The template HTML that is included in all HTML entries makes a...

> Can you confirm you have the issue on your side with library.kiwix.org ? I have the issue on library.kiwix.org (which now uses 3.5.0). Are you sure you tested on...