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:
- adapter_literotica: Treat 410(removed) same as 404: StoryDoesNotExist
- adapter_storiesonlinenet: Fix for premium stories author link.
- adapter_ponyfictionarchivenet: Fix for site change.
- Remove empty chars from ships when doing sort_ships / ships_CHARS
- Update AO3 login with special call for auth token.
- Fix parsing of author name for webnovel.com (hopefully) (#232) -- thanks, cryzed
- Thread URLs only for xenforo emails, plus cleanup a little.
- Change some network warning and non-halting error logs to debug due to QQ login showing them in CLI.
- Fix webnovel.com escaping again (#231) -- thanks, cryzed
- Add --json-meta CLI option for --meta-only output, tweak --meta-only output.