FanFicFare v3.2.0
Installation instructions:
Calibre Plugin:
Install attached plugin zip file, or use Calibre's 'Get plugins' feature.
Web service:
http://fanficfare.appspot.com/
Command line interface:
Rather being delivered as a zip file with dependencies included, FanFicFare is delivered as a pip
Python package. Both Python 2.7 and Python 3 are now supported.
pip install FanFicFare
or
pip install --upgrade FanFicFare
...to update.
(pip will automatically install dependencies beautifulsoup4, chardet, html5lib and html2text.)
Run fanficfare -h
from command-line.
Changes:
- Add background_color ini verbiage and check before image conversion.
- Add feature for manually editing plugin settings JSON. Only shown in debug mode.
- Plugin Reject list changes: show numbers, edit title/author, save rejects as data.
- Refactor busy_cursor, busy cursor around saving rejects & settings, bump copyright years.
- Add verbiage to [www.asianfanfics.com] about site censoring words when not logged in.
- Detect 'fake' 404 page (with HTTP 200) for adapter_royalroadcom
- Fix for adapter_wuxiaworldco for Python3.
- Added volumes to chapter titles adapter_wuxiaworldco - thanks Rikkitp
- Fix adapter_wuxiaworldco description decomposition, remove outdated testing
raise
fromconfigurable.py
- Thanks, Rikkitp - Fix for adapter_wuxiaworldcom site change.
- Minor improvement to adapter_asianfanficscom logging.
- Update for adapter_storiesonlinenet(& finestories) for login change.
- adapter_fanfiktionde login doesn't use ssl.fanfiktion.de anymore.