Installation instructions:
Calibre Plugin:
Install attached plugin zip file, or use Calibre's 'Get plugins' feature.
Command line interface:
FanFicFare is delivered as a pip
Python package.
pip install FanFicFare
or
pip install --upgrade FanFicFare
...to update.
(pip will automatically install dependencies.)
Run fanficfare -h
from command-line.
Changes:
- Fix wuxiaworld.xyz specific setting section
- Fix force_cover_image when already in story
- AO3: Apparently minor change to chapter end note HTML. #956
- wuxiaworld.co -> wuxiaworld.xyz changes most data collection #953
- Fix Update Always metadata in BG logic
- fix_relative_text_links: Keep #anchor links if target also in chapter. See #952
- Add order_chapters_by_date option for literotica.com, used to be hard coded.
- Add force_update_epub_always option to update when EPUB has more chapters than source. See #950 #949 #942.