What's Changed
* Can organize yandere post by artist by RyouMon in https://github.com/RyouMon/FavoritesCrawler/pull/40
To enable this feature, add this line to your config:
yaml
...
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.
yaml
...
pixiv:
FAVORS_PIXIV_ENABLE_ORGANIZE_BY_USER: true (Deprecation)
ENABLE_ORGANIZE_BY_ARTIST: true add this line to your pixiv config
...
...
**Full Changelog**: https://github.com/RyouMon/FavoritesCrawler/compare/v0.1.8...v0.1.9