FanFicFare v4.4.0
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:
- Add http_proxy and https_proxy settings. Should be unnecessary, also taking from Calibre.
- Fix for XF2 stories using author img as cover when absolute URL.
- XF: data-url or data-src for lazyload images. Closes #713
- adapter_royalroadcom: Collect numWords. #712
- XenForo2 sites (SB&SV) collect estimatedWords. #712
- Update packaged urllib3 and certifi modules.
- Pre-v5 Calibre fix for nsapa_proxy.
- Record error message for new downloads too since Failed Chapters are now a thing.
- adapter_wwwnovelallcom - Updates for site changes. 'translator' no longer available?
- New Site: worldofx.de (German language X-files eFiction)
- Fixes to nsapa_proxy from nsapa #711
- Add link to wiki/BrowserCacheFeature in Cloudflare error. #708
- Treat img url contains '.svg?' same as endswith('.svg')--Calibre image processing chokes hard on SVG. #709
- Implement use_browser_cache for ficbook.net #704
- Forgot to import traceback in browser cache changes.
- Skip Failures to read cache entries for Chrome Simple Cache and Firefox Cache2 instead of error.
- Fix date reading for XenForo forums sites
- Change defaults.ini to correctly show default values for remove_spoilers, legend_spoilers
- Collect 'fandoms' for adapter_scribblehubcom.
- PI: Only update author link (AKA authorUrl) in Calibre if changed. Only really affects older versions of Calibre. Calibre does the same starting around Sept 2020.