L4cache / kemono-dl

(personal fork of) A simple kemono.party downloader using python.
97 stars 15 forks source link

a letter except for English #36

Open ytoaa opened 4 hours ago

ytoaa commented 4 hours ago

python kemono-dl.py --cookies "Q:/kemono/cookie.txt" --dirname-pattern "Q:/kemono/test/{service}/{username}@{user_id}" --links "https://kemono.su/patreon/user/45939644/post/116620363" --skip-filetypes "clip" --other-filename-pattern "({id}!!{filename}).{ext}" --filename-pattern "{username}@{user_id} Vol{added} ({index}!!{filename}).{ext}" --inline --inline-filename-pattern "{username}@{user_id} Vol{added} (inline{index}!!{filename}).{ext}" --content --comments --json --extract-links --no-dupe-check --dateafter "20230101"

I wrote the command in this way.

image Here's a list of a few writers you can test. https://kemono.su/fanbox/user/3316400 https://kemono.su/fanbox/user/11229342 https://kemono.su/fanbox/user/3316400

However, English is excluded from the user name part There was a character breaking phenomenon for Korean, Chinese, and Japanese. We need to make sure that this affects not just the artist's name, but also other things. For example, there is a file name.

L4cache commented 4 hours ago

should be fixed now