Releases: AlphaSlayer1964/kemono-dl
kemono-dl 2022.04.27
Fixed
- issue where the program would fail when a post does not have a published date. (all Gumroad posts)
- issue where the program would fail all future requests after a response of 416.
kemono-dl 2022.04.24.2
Fixed
- issue where not all inline images hosted by the .party site would be downloaded. #88
Notes:
run the command pip install pillow
it got removed from the requirements.txt
kemono-dl 2022.04.24.1
Fixed
- favorite options not working. #86
kemono-dl 2022.04.24
Added
--icon
Download the users profile icon. Only works when a user url is passed.--banner
Download the users profile banner. Only works when a user url is passed.--dms
Write user dms to a html file. Only works when a user url is passed.--user-filename-pattern PATTERN
Set the file name pattern for icon, banner, and dms.--json
Write the post json to a file.--verbose
Now writes to a debug.log again (I still need to add more debug information)
Changed
--content-filename-pattern PATTERN
-->--other-filename-pattern PATTERN
- All Default Patterns. Look at bottom of README!
Known Issues
- [PATREON] Some post attachments have a patreon url as the file name so there is not a correct file extension!
- Not really an issue but I know the html files are not formatted pretty.
kemono-dl 2022.04.23
#84 Fixed the extra folder created when using an absolute path in --dirname-pattern
.
kemono-dl 2022.04.22
#83 fixed none of the favorite options working.
kemono-dl 2022.04.18.1
Lets see if I broke everything, hopefully not!
--icon
, --banner
, --json
, and --yt-dlp
currently are not implemented. So nothing will happen when using these args.
Please read new README!
kemono-dl 2022.02.26
Added better template output to control file names not just file paths. Please read how the template output works in the readme! Also I recommend backing up and moving you old downloads folder or setting a new folder location for where files should be downloaded.
kemono-dl 2022.02.21
- Added dynamic folder paths for where post files are downloaded. Please look over how the new
--output
options works here. If you are already using-o
, or--output
please make changes before running. - Also for now all post files have the post id appended to the front of the file name for when an
--output
places multiple posts files in the same folder.
kemono-dl 2022.02.10
Because kemono.pary won't fix broken parteon files whose file names are set as "https://www.patreon.com/media-u/gfggdffgfhfhfhh" I have added a workaround. The file name will still be the url but my program will add the proper file extension for the file. Whenever you get a warning saying that one of these broken file names has been encountered please report it to kemono.party so they will fix it.