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:
- Update translations.
- Fix for SB/SV threadmarks.rss becoming incomplete list--move extract_threadmarks from QQ back to base.
- Update adapter for wuxiaworld.com -- thanks cryzed!
- Remove extra CSS line from default ini files.
- Fix fix_pseudo_html in configurable.py for plugin edit check.
- adapter_storiesonline(FineStories.com) fix for missing author link in header tag, from GComyn.
- Add output_filename to --meta-only (#271), from theit8514
- Add fix_pseudo_html option for webnovel.com site only, from cryzed