benoit74

Results 370 issues of benoit74

Currently, when the user wants to specify multiple ZIM tags, he has to specify multiple time the `--tag` parameter like in `sotoki --tag "Quality Assurance" --tag "Another TAG"` This kind...

enhancement
good first issue

See https://github.com/openzim/zim-requests/issues/1003

question

Fix #23 Changes: - Drop support for Python 3.7 (EOL) - Add support for Python 3.11 and 3.12 - Migrate from `setup.py` to `pyproject.toml` (PEP 518), especially since pip is...

This issue is closely related to https://github.com/webrecorder/wombat/issues/158, but still a bit different so I'm opening a distinct one. Problem occurs in warc2zim where we use wombat to replay inside the...

We have an issue in warc2zim where when I configure wombat.js to not run inside a Service Worker (`isSW: false` in call to `_WBWombatInit`), then the Youtube player is not...

See https://github.com/openzim/zim-requests/issues/1121#issuecomment-2247069588 First problem is similar to https://github.com/openzim/warc2zim/issues/293, i.e. we need to set `isSW: false`. However, this is not sufficient, once set to false we have a weird result: ![image](https://github.com/user-attachments/assets/4f2b07ca-7149-4a61-a731-4db6216dbcbd)...

bug
upstream

See https://github.com/webrecorder/wombat/issues/156 This is not a problem with Zimit2, problem happens also in Zimit1 and on replayweb.page

bug
upstream

![image](https://github.com/openzim/warc2zim/assets/7102089/eb77facc-04c8-4fc7-a2f1-db956513b824) See https://dev.library.kiwix.org/content/developer.mozilla.org_en_all_2024-05/interactive-examples.mdn.mozilla.net/pages/tabbed/section.html for isolated test case. This worked well in zimit1 and is working well in replayweb.page URL and other arguments passed by wombat to our URL rewriting function...

bug
upstream

Sample: https://wikileaks.org/pdfjs/web/viewer.html?file=%2F..%2Fspyfiles%2Ffiles%2F0%2F289_GAMMA-201110-FinSpy.pdf ``` ### REC Headers ### WARC/1.1 WARC-Page-ID: 84e46546-1a5f-4958-a844-f268cf8387b3 WARC-Resource-Type: document WARC-JSON-Metadata: {"ipType":"Public","cert":{"issuer":"R11","ctc":"1"}} WARC-Target-URI: https://wikileaks.org/pdfjs/web/viewer.html?file=%2F..%2Fspyfiles%2Ffiles%2F0%2F289_GAMMA-201110-FinSpy.pdf WARC-Date: 2024-07-04T01:46:28.249Z WARC-Type: response WARC-Record-ID: Content-Type: application/http; msgtype=response WARC-Payload-Digest: sha256:ceacb542dc6931476349b523ae9017c66a257a6daf43d810f547223ba1adfc8c WARC-Block-Digest: sha256:d02f30e007686ab8276dae62e3eb9a40ac1baa934c033c33838f35678a30b597 Content-Length: 19864...

bug