Releases: RyouMon/FavoritesCrawler
Releases · RyouMon/FavoritesCrawler
v1.0.0
BREAKING CHANGES
- Modify the naming convention of Nhentai file names. by @RyouMon in #68
- Dropped Python 3.7, 3.8 3.9 support. Added support for Python 3.11 3.12. by @RyouMon in #59
- Refactor cli interface by @RyouMon in #60
What's Changed
- Added global configuration, can take effect on all spiders. by @RyouMon in #62
- Simplified the login method of Pixiv, refactored the login method of other sites. by @RyouMon in #59, #64
- You can customize the storage location of the config through the
FAVORS_HOME
environment variable. WhenFAVORS_HOME
is not set,FAVORS_HOME
is~/.favorites_crawler
. by @RyouMon in #64, #65 - The crawler can be quickly closed if favorites are not updated. by @RyouMon in #68
- Write id in the comic metadata. by @RyouMon in #68
BUG FIX
- Fix FileException when downloading media. (caused by OffsiteMiddleware) by @RyouMon in #63
- Fix crawl pixiv by @RyouMon in #66
- Fix load_cookie by @RyouMon in #67
Full Changelog: v0.2.1...v1.0.0
v0.2.1
v0.2.0
v0.1.15
v0.1.14
New Feature
You can search for your images by tags in photoprism.
To enable this feature, download exiftool then config EXIF_TOOL_EXECUTABLE.
Full Changelog: v0.1.13...v0.1.14
v0.1.13
v0.1.12
v0.1.11
v0.1.10
v0.1.9
What's Changed
-
Can organize yandere post by artist by @RyouMon in #40
To enable this feature, add this line to your config:
... yandere: ENABLE_ORGANIZE_BY_ARTIST: true # add this line to your yandere config ... ...
-
option FAVORS_PIXIV_ENABLE_ORGANIZE_BY_USER pending to deprecation, use ENABLE_ORGANIZE_BY_ARTIST instead.
... pixiv: # FAVORS_PIXIV_ENABLE_ORGANIZE_BY_USER: true # (Deprecation) ENABLE_ORGANIZE_BY_ARTIST: true # add this line to your pixiv config ... ...
Full Changelog: v0.1.8...v0.1.9