Skip to content

Releases: AlphaSlayer1964/kemono-dl

kemono-dl 2022.02.09

09 Feb 21:35
Compare
Choose a tag to compare
  • fixed issue #54 where a post title could have a backspace character in its string.

kemono-dl 2022.02.08

08 Feb 17:34
Compare
Choose a tag to compare
  • 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

30 Jan 00:14
Compare
Choose a tag to compare
  • 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

12 Jan 00:14
Compare
Choose a tag to compare
Pre-release
  • 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

11 Jan 22:44
Compare
Choose a tag to compare
  • fixed profile icon and banner not downloading

kemono-dl 2022.01.05

05 Jan 23:31
Compare
Choose a tag to compare
  • 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

31 Dec 23:12
Compare
Choose a tag to compare
  • Fixed issue #45. Posts with no edited date are set to datetime.datetime.min

kemono-dl 2021.12.30.01

30 Dec 08:12
Compare
Choose a tag to compare
  • --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

30 Dec 07:41
Compare
Choose a tag to compare

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

29 Dec 22:45
Compare
Choose a tag to compare