benoit74
benoit74
At least `pkg_resources` has been removed in 3.12, making this library not compatible with this new Python version. I will propose a PR, please assign me this issue if you...
Currently, the crawler proceed with all HTTPS websites, not matter how secure the HTTPS connection is, e.g. certificates might be invalid. We (Kiwix) would like to be able to ensure...
When opening the sessions or favorites views, the left navigation propose to filter per day. However the filtering is not operating (sessions/favorites from both days are still visible). PS :...
`cfxj` is impacted by two DepreciationWarnings from upstream: https://github.com/StdCarrot/Py3AMF/issues/19 Probably no impact yet in Python 3.12, and no impact foreseen in 3.13, but always good to know ^^
Codebase needs to be adapted to cope with the fact the `cgi` is now deprecated since Python 3.11, and slated for removal in 3.13.
FYI, in warc2zim2 we had to slightly adapt Vimeo fuzzy rules to have them support more scenarii. I'm not sure this has to be reflected in wabac, but I prefer...
At least `apple.stackexchange.com` domain, but probably others, seems to have invalid characters in XML dumps One sample SO answer causing issue (as originally presented in the `Posts.xml` found in the...
See https://github.com/openzim/ifixit/issues/106#issuecomment-2084981472 In all dynamically generated pages like "unavailable_offline", we use query strings to indicate dynamic values that has to be used in the page. This is now known to...
In Docker image, we install all apt packages mentioned as dependency of zimscraperlib. We definitely do not need all of them and should hence restrict the list to the useful...