This is a fixed version of maflcko.Imker app.
Download latest .jar file here: https://github.com/Podbrushkin/Imker-hotfix/releases under Assets and double-click it.
In the same directory with .jar file create a text file with single line in it:
java -jar imker.jar
Rename it to ImkerRun.bat (or any other name with .bat extension) and double-click this file to run Imker.
Create an issue in this repository, explain what's wrong. Also, there's a chance of getting get help here: https://commons.wikimedia.org/wiki/Commons_talk:Imker_(batch_download)
To wiki/Wiki.java file at line ~7261 I've added this catch clause to existing try(){} block:
catch (ZipException ze) {
zipped = false;
return fetch(url, caller);
}Also, I've moved project from Gradle to Maven build system. And explicitly specified UTF-8 for resource files to fix encoding problem.