AlphaSlayer1964 / kemono-dl

A simple kemono.party downloader using python.
501 stars 81 forks source link

Couldn't understand how to use #146

Open 469705068 opened 1 year ago

469705068 commented 1 year ago

Im new to python and scripts. I have installed python3 and the files in 4.27,exported the cookies of kemono.party from Chrome using Edit this Cookie and saved a txt. I placed the txt in the same folder with kemono-dl.py, opened a windows shell and typed the command. Did I do the right? Why it warns "unable to find cookie"? Thanks very much!

Ovear commented 1 year ago

Execute kemono.py with "--cookie" option to select which cookie file you want to use should help. You may find more usage cases on readme page.

469705068 commented 1 year ago

Execute kemono.py with "--cookie" option to select which cookie file you want to use should help. You may find more usage cases on readme page.

Thanks a lot it works well now. But I found a problem that I cant get the right format. https://kemono.party/fanbox/user/641955/post/4179559 for example when I was downloading this post I got JPG files, but actually It's a PNG file, how can I solve it?

Ovear commented 1 year ago

The file extensions are indicated by server, scripts will honor that directly. You may use another scripts to achieve this. BTW, it's jpeg file from this post.

d2d34c72-430a-4e03-8289-32b1792f1c77.jpg: JPEG image data, JFIF standard 1.01, aspect ratio, density 1x1, segment length 16, baseline, precision 8, 1200x630, components 3

I got JPG files, but actually It's a PNG file

469705068 commented 1 year ago

The file extensions are indicated by server, scripts will honor that directly. You may use another scripts to achieve this. BTW, it's jpeg file from this post.

d2d34c72-430a-4e03-8289-32b1792f1c77.jpg: JPEG image data, JFIF standard 1.01, aspect ratio, density 1x1, segment length 16, baseline, precision 8, 1200x630, components 3

I got JPG files, but actually It's a PNG file

Oh I think my ipad turned them to PNG automatically....sorry for my mistake