Download kemono post in a zip file
Yes, a downloader for kemono again. One in zip format.
Thank you for your attention and support of my amateur script. This response might be lengthy, so I'll begin with the answer you're most likely interested in: There will be no updates in the short term. After a longer interval (approximately a month or more), I may develop a more user-friendly and comprehensive download script for Kemono.
This Kemono download script was initially created as a practice project when I was just starting to learn a new framework. At that time, I noticed there were no existing scripts on the site that met my specific requirements, so I built this one with my still-developing technical skills and unrefined aesthetic sense. Although I didn't have high expectations, it gained more users and support than I anticipated, which was both a surprise and an encouragement. However, as time passed and my technical capabilities evolved, the original code of this script has become increasingly inadequate to meet everyone's needs as well as my own. For instance, many users expressed a desire for stable high-speed batch downloading, which includes features such as parallel download management for multiple works, resumable downloads, multi-threading, and many other requirements that were not initially anticipated. As a result, updating and maintaining the script has become progressively more challenging.
Now, whenever I consider adding or improving features, I find it increasingly difficult to make updates to the original (poorly structured) code. I've contemplated a complete rewrite. However, a full rewrite demands a significant investment of time and effort. Given my real-world responsibilities and the commitment to maintaining another large script, it is currently very difficult for me to undertake this task.
Therefore, my plan to remake this script has been postponed indefinitely. You can manually add the new domain kemono.cr to your script manager to continue using the existing script on the new site, but I do not expect to release any updates in the near future.
I appreciate your understanding regarding any current or future bugs that may arise in the script. I encourage everyone to freely discuss and resolve issues in the feedback section, and you are welcome to modify and redistribute an improved version of this script. Should anyone enhance the existing codebase and create a better script, I would be profoundly grateful.
Once again, thank you all for your support.

The zip file that actually downloaded for you is customizable in script settings, files like api data and text content can be removed from zip file
Post Title.zip\
attachments\ Stores all files (images, etc.)
1-file name 12-file name 2content.html Stores text contentfile-file name Main file of the post, usually cover picdata.json Stores api dataCreator.zip\
Post1 Title\ Stores all files for post1Post2 Title\ Stores all files for post2Note: Please avoid using scripts for large-scale downloads of massive content. Due to browser environments and network limitations, downloading large batches or big files may cause various issues—like ZIP compression failures, connection errors, downloads getting stuck, etc. Currently, the script doesn’t fully support heavy downloading. To prevent errors, freezes, or files not saving properly, it’s better to split your downloads into smaller batches.
In addition to the download button in webpage and script-manager's menu, the script also provides a console interface for users to call programmatically. Users can access the interface via window.ZIP object.
The content of the interface may change between script versions. Take a look at the interface after upgrading the script if you use it.
The following screenshot is based on the console interface provided by script version 0.3.1.

With user feedbacks and tests, we found ADGuard extension is blocking some of the userscripts on kemono.su
If this script is not working on kemono.su when you have ADGuard installed and activated, try this ADGuard rule:
kemono.su#@%#//scriptlet("abort-current-inline-script", "globalThis", "break;case")
To use it:
With user feedbacks and tests, when downloading a large number of files, the resulting ZIP file can also be very large, which may cause the browser to be unable to save it to the disk. If you encounter this issue, simply enable the "Use File API for saving ZIP files" option in the settings, select the save location, and the problem will be resolved.