AlphaSlayer1964 / kemono-dl

A simple kemono.party downloader using python.
509 stars 83 forks source link

"Skipping post | post already archived" is too slow #161

Open anon567321 opened 2 years ago

anon567321 commented 2 years ago

Hello! Checking if the post should be downloaded seems to be very slow, it processes only one post per second. It was much faster in previous versions.

L4cache commented 2 years ago

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

anon567321 commented 2 years ago

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 out what the bug is. The "--comments" function causes a 1 second delay, without it everything works properly. The program checks comments on already downloaded posts for some reason, and this causes a delay.