FanFicFare v2.15.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. It's been tested on Python 2.6 and 2.7, but not on Python 3.
pip install FanFicFare
or
pip install --upgrade FanFicFare
...to update.
(pip will automatically install dependencies beautifulsoup4, html5lib, chardet and six.)
Run fanficfare -h
from command-line.
Changes:
- Restore adapter_dramioneorg after site came back.
- Fix for AO3 login change.
- Fixes for // problem in images.
- Fix replace_br_with_p creating nested div tags, does NOT remove ones added previously.
- Make utf8FromSoup() copy soup to avoid side effects.
- Add markers and check to prevent replace_br_with_p running more than once on the same text.
- Adding replace_failed_smilies_with_alt_text option for base_xenforo.
- Consolidate and display some aggregate times for perf prof.
- Fix published and update date for gravitytales.com adapter - import feedparser (#204)
- adapter_fanficauthorsnet replace 'In progress' with 'In-Progress' to match standard.
- adapter_finestoriescom and adapter_storiesonlinenet share code, but they need different Themes set now.
- Fix to adapter_asexstoriescom for site change.