openzim / zim-requests

Want a new ZIM file? Propose ZIM content improvements or fixes? Here you are!
https://farm.openzim.org
35 stars 2 forks source link

Fix flavour of ZIM files which cannot be scrapped again #1089

Open benoit74 opened 2 days ago

benoit74 commented 2 days ago

We have a bunch of ZIMs in the library which have incorrect flavour metadata due to former mwoffliner bug / recipe misconfiguration. Typically flavour are prefixed with an underscore, e.g. _maxi instead of maxi.

Most ZIMs have been fixed "automatically" by fixing the scraper / recipe configuration (see https://github.com/openzim/zim-requests/issues/442).

Few of them are however not (yet) fixable this way since the recipe is continuously failing.

We've agreed that we will fix these ZIMs metadata with a developer script which will recreate the ZIMs from existing ones rather than using the scraper which is failing for these recipes.

We need to: