Releases: AlphaSlayer1964/kemono-dl
Releases Β· AlphaSlayer1964/kemono-dl
kemono-dl 2022.02.09
- fixed issue #54 where a post title could have a backspace character in its string.
kemono-dl 2022.02.08
- Better error handling for checking for updates.
- If unable to check githubs api the program will just continue as normal.
kemono-dl 2022.01.29
- 416 errors are now counted as warnings.
- If you get the 416 warning please check the file downloaded correctly and then report the file for having an incorrect file name hash to kemono or coomer partys message boards. The incorrect file name hash is a problem on their backend not with the downloader.
- If the file is incorrect or broken please make an issue report here so I can look into it.
- Added partial discord support
- Will download all images for a given discord server.
- Currently follows the file path format described here #48.
--update
,--archive
and any of the--date
options have not been implemented for discord.- No html is created to display the messages like discord messages yet.
kemono-dl 2022.01.11.1
- Added partial discord support
- Will download all images for a given discord server.
- Currently follows the file path format described here #48.
--update
,--archive
and any of the--date
options have not been implemented for discord.- No text html is created to display the messages.
kemono-dl 2022.01.11
- fixed profile icon and banner not downloading
kemono-dl 2022.01.05
- Better memory management.
- No longer saving all post jsons in a list, with multiple users this could use a lot of memory.
- Now downloads every individual post right away and downloads all user posts in chunks of 25.
kemono-dl 2021.12.31
- Fixed issue #45. Posts with no edited date are set to
datetime.datetime.min
kemono-dl 2021.12.30.01
--simulate
now does not download anything and wont write to archive file. (archive file will still be read from)--skip-content
can be used separately with--skip-inline
and--extract-links
--skip-embed
can be used separately with--yt-dlp
kemono-dl 2021.12.30
Fixed bug where posts would try to be downloaded twice. This also caused issue #43 when using the the date options.
kemono-dl 2021.12.29.01
Fixed issue #42