I am currently developing the feature for automatically merging series novels
Added 2025-11-21 12:16:47 +0000 UTCWhen crawling works, if a novel belongs to a certain series, the downloader will automatically crawl all novels in this series and merge them.
This feature is basically complete. I spent a lot of time on it, first modifying a large amount of code, and in the past two days, I conducted several large-scale crawling tests (total time exceeding 24 hours) to determine how large an interval time to set to avoid triggering Pixiv's warning.
During the tests, I discovered another issue: the total size of images in some series is too large (one series has 4 GB of images), leading to merge failure. Next, I need to try to solve this problem.
After that, I plan to add naming rules specifically for "merging series novels", allowing users to customize the filename, so that this feature is considered complete.