anon567321
anon567321
> I didn't know what previous versions' speed like and what code changed But I introduce my solution here: https://github.com/L4cache/kemono-dl Works for me, hope for you too I've already figured...
Here is example `--filename-pattern "{ext}\{published} {id} {index} {filename}.{ext}" --inline-filename-pattern "{ext}\{published} {id} i{index} {filename}.{ext}" --other-filename-pattern "html\[{published}] [{id}] {title}\{published} {id} {filename}.{ext}"`
I mean, maybe if you don't access the api so quickly, the error rate will be lower? When all posts on a page are downloaded, a lot of api requests...
It seems that this is not the case, the delay between posts is still exactly 1 second. I use these bat commands: @echo on chcp 65001 call C:\ProgramData\Anaconda3\Scripts\activate.bat C:\ProgramData\Anaconda3 C:\ProgramData\Anaconda3\python.exe...
2022-11-07 17:27:48,601:DEBUG:Getting creator json from https://kemono.party/api/creators/ 2022-11-07 17:27:49,155:INFO:Downloading posts from kemono.party.party | fanbox | chickeiii | 9752301 2022-11-07 17:27:49,156:DEBUG:Requesting user json from: https://kemono.party/api/fanbox/user/9752301?o=0 2022-11-07 17:27:50,833:INFO:Skipping: [9752301]_icon.jpeg | File already exists...
I found a bug! The --comments function causes a 1 second delay, without it everything works properly.
Is it possible to make the program does not check comments on already downloaded posts? Some creators leave download links in comments, and I use Notepad++ to search for links...
In the previous version, kemono-dl 2022.02.26, the program created 2 files, "content.html" and "comments.html", and they were skipped without problems. https://github.com/AlphaSlayer1964/kemono-dl/releases/tag/2022.02.26