elvis972602 / Kemono-scraper

A simple downloader to download media from kemono.party
MIT License
193 stars 12 forks source link

Bug: Always terminates with "unexpected EOF" #53

Open UnprofessionalProfessional opened 8 months ago

UnprofessionalProfessional commented 8 months ago

Every time I try downloading any Kemono URL, I get the following error before anything downloads: kemono start failed: fetch creator list error: unexpected EOF. I haved tried running the program with and without a config.yaml with the same result. This appears to affect all Kemono services. My web browser opens the creator list without any problems. Here is my config:

content: true
fancard: true
banner: true
async: true
with-prefix-number: true
max-download-parallel: 3
output: ./
template: "<ks:service>/<ks:creator>/<ks:post>/<ks:index>__<ks:filename><ks:extension>"
retry: 10
retry-interval: 20