AlphaSlayer1964 / kemono-dl

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

Mislined folder #97

Closed afterdelight closed 2 years ago

afterdelight commented 2 years ago

Version

Version: latest

Your Command

just a regular command

Description of bug

Mislined folder compared from old version which is right and new version have a space in front of folder file name

How To Reproduce

dunno

Error messages and tracebacks

image

afterdelight commented 2 years ago

Patreon Pack 24 and #Patreon Pack 28

AlphaSlayer1964 commented 2 years ago

Post the post url. It probably has some illegal filename character there.

afterdelight commented 2 years ago

https://kemono.party/gumroad/user/1199729197439/post/GTPO and https://kemono.party/gumroad/user/1199729197439/post/tnbcJ

AlphaSlayer1964 commented 2 years ago

Just checked the api for both of them and they have a space in front of the title. https://kemono.party/api/gumroad/user/1199729197439/post/GTPO https://kemono.party/api/gumroad/user/1199729197439/post/tnbcJ look at "title"

afterdelight commented 2 years ago

is possible that it has been changed by the author? Because for the previous download it doesnt have a space

afterdelight commented 2 years ago

also can it be fixed with the script to remove the space

AlphaSlayer1964 commented 2 years ago

It could be done by the script but I'm trying to leave the title as accurate as possible to the original title in the api. Currently only illegal file/folder name characters are removed and a edge case where "." at the end of a folder name are removed by windows. The reason it didn't happen in the older version of the scrip was because of the bad variable to file/folder name conversion probably. I would say ask the kemono.party devs to fix the improper title in the api. And as always feel free to clone the repo and make any specific changes you want.

afterdelight commented 2 years ago

ok