AcrylicShrimp
AcrylicShrimp
Ok! I'll investigate and make a PR if I can handle this problem. Thanks!
After some testing, I found that the product was compressed with `deflate64` which is from Windows 11. I don't believe that I can support `deflate64` soon. Can you download it...
Maybe I have to fix the extraction logic; extraction failure must not lead to product download failure.
Sorry for late response, I missed your last comment in my mailbox. Yes, the `deflate64` definitely can be decompressed in some software, but please understand that I cannot implement all...
Fixed in the latest release.
Yes, currently the manager can display works that you have. But the DLsite's API allows us to fetch works information without having them, so I think I can implement those...
@CuddleBear92 DLsite Manager at this moment requires detailed product information which is only open to product owners. I'm re-designing entire codebase to support products with incomplete information. But I was...
@CuddleBear92 For an example, DLsite Manager requires file list to download. It must be fetched and stored to local database in current implementation. Yes, technically they are not needed to...
Added in the latest release.
Thank for this kind report! I already implemented retrying behaviour but it seems that it's not working properly. Let me investigate this issue. I'll fix it and ship in next...