Skip to content

Releases: skymkmk/EhFavDownloader

v0.4.2

28 Oct 15:00
23bf38c
Compare
Choose a tag to compare

Fix the issue that gallery image list can't be parsed due to the dom change by tenboro.

v0.4.1

12 Jan 13:00
9ad9804
Compare
Choose a tag to compare

Fix the problem that won't detect donation status and won't bypassing the content warning.

Note Now you must add your star cookie to the configuration file.

v0.4.0

28 Jul 06:59
3be51f9
Compare
Choose a tag to compare

This version adds the function of detecting CBZ files in the download directory to avoid situations where you must redownload due to database loss.

  • Added the function to detect CBZ files in the download directory to speed up initial downloads. Please note that this does not check the correctness of the files (as this feature is only used when the database is lost)
  • Added the --just-detect-cbz argument to skip the prompt when a CBZ file is detected
  • Fixed the issue of DMCA page parsing failure

这个版本添加了检测下载目录的 CBZ 文件功能以避免数据库丢失导致的必须重新下载的情形。

  • 添加了检测下载目录的 CBZ 文件功能来加速初次下载。注意这并不会检测文件的正确性(因为只有数据库丢失时才会用到该功能)
  • 添加了 --just-detect-cbz 参数来跳过检测到 CBZ 文件存在时的询问
  • 修复了 DMCA 页面解析失败的问题

v0.3.1

27 Jul 12:55
e6d68ab
Compare
Choose a tag to compare

Fix the translation.json not found error when first use translation.

v0.3.0

19 Jun 10:11
b8a409a
Compare
Choose a tag to compare

The biggest new feature in this version is the ability to update metadata in CBZ files. Here are the details:

  • You can now use the new --metadata-full-update parameter to decide whether to update the metadata of all galleries. By default, it is set to not update, which can speed up the traversal of your favorites.
  • You can update the metadata in CBZ files using the --update-cbz or -u parameter.
  • A fix has been implemented for the issue where the metadata would be empty if title_jpn was blank.

Please note that there have been modifications or updates to the configuration file since v0.2.0. Please refer to the new sample configuration file and make the necessary changes to your configuration file accordingly.


本版本最大的新增功能是更新 CBZ 文件中元数据的功能。详细来说:

  • 你现在可以通过新的 --metadata-full-update 参数来决定是否更新所有画廊的元数据。默认是不更新,这样可以加快收藏夹的遍历速度。
  • 可以通过 --update-cbz 或其缩写 -u 参数来更新 CBZ 文件中的元数据
  • 修复了元数据中 title_jpn 为空导致的元数据为空的问题

请注意,从 v0.2.0 以来配置文件项目有所修改或更新,请根据新的参考配置文件修改你的配置文件

v0.2.2

07 Jun 14:34
e4d3d7f
Compare
Choose a tag to compare

This version of the program architecture has undergone major changes. In terms of functionality:

  • Adapted for Komga.
  • Removed the feature for generating .ehviewer.
  • Added support for translating Chinese tags.
  • Fix wrong database version in database init.

After updating, please pay special attention to the changes in the configuration file. Some fields in config file, such like enable_artist_translation, has been modified to enable_tag_translation. It is important to note that the "cookies" now require a new "sk" field. Please make sure to add it.

Please note that there are new dependencies that need to be installed.

v0.2.1

07 Jun 05:51
ac53e27
Compare
Choose a tag to compare

This version of the program architecture has undergone major changes. In terms of functionality:

  • Adapted for Komga.
  • Removed the feature for generating .ehviewer.
  • Added support for translating Chinese tags.
  • Fix lots of bugs exists in v0.2.0-beta. It should works properly right now.

After updating, please pay special attention to the changes in the configuration file. It is important to note that the "cookies" now require a new "sk" field. Please make sure to add it.

Please note that there are new dependencies that need to be installed.

v0.2.0-beta

06 Jun 18:40
ec74788
Compare
Choose a tag to compare

This version of the program architecture has undergone major changes. In terms of functionality:

  • Adapted for Komga.
  • Removed the feature for generating .ehviewer.
  • Added support for translating Chinese tags.

After updating, please pay special attention to the changes in the configuration file. It is important to note that the "cookies" now require a new "sk" field. Please make sure to add it.

Please note that there are new dependencies that need to be installed.

v0.1.7

05 Mar 08:00
v0.1.7
f747804
Compare
Choose a tag to compare
  • Resolve the parsing problem that occurs when parsing the next page of the same favorite.
  • Optimize existing folder detection logic.

v0.1.6

04 Mar 16:04
v0.1.6
737c552
Compare
Choose a tag to compare
v0.1.6 Pre-release
Pre-release

⚠️!!!THIS VERSION HAS PARSE ISSUE. DO NOT USE THIS VERSION!!!⚠️

  1. Make the script can be run directly in Unix like system.
  2. Optimize the page parsing of the collection page.