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:
- base_xenforoforum_adapter: exclude threadmarks URL as chapter URL.
- adapter_webnovelcom - use_pagecache - mostly for debugging.
- Fix some metadata collection in adapter_webnovelcom.
- Change adapter_whoficcom to https.
- Add rating and sitetags to adapter_webnovelcom.
- Fix date for adapter_gluttonyfictioncom
- Remove defunct sites thealphagate.com and harrypotterfanfiction.com
- Adding website_encodings:ignore feature for adapter_wwwnovelallcom.
- fix chapter names in www.novelall.com - thanks Rikkitp
- remove unnecessary br around advert in www.novelall.com - thanks Rikkitp
- Consolidate URL chapter range code and apply to CLI for #302
- fixes dateUpdated ang datePublished for lightnovelgate (#303) - thanks Rikkitp
- https for starslibrarynet, abstract protocol a bit for eFiction Base.
- Clarify some tooltip text and add 'FFF Frozen URL' feature.