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:
- Epub Update: Skip missing chapter, image and css files instead of failing.
- Plugin only: In Skip mode, don't do initial metadata fetch if already matched in library. #1309
- Ignore CSS url() when ttf/otf/woff/woff2 font files
- Additional checks for svg images to reject--Calibre only. Related to #1298
- Refactor metadata entry and settings name code a bit
- Remove Site: swi.org.ru No DNS for site.
- Make some metadata entries immutable
- adapter_adultfanfictionorg: Fixes for site changes #1305
- adapter_fimfictionnet/adapter_royalroadcom: Better handling of cover image size fall back #1306