Installation instructions:
Calibre Plugin:
Install attached plugin zip file, or use Calibre's 'Get plugins' feature.
Command line interface:
FanFicFare is delivered as a pip
Python package.
pip install FanFicFare
or
pip install --upgrade FanFicFare
...to update.
(pip will automatically install dependencies.)
Run fanficfare -h
from command-line.
Changes:
- Resurrect fanfiction.tenhawkpresents.com and change to fanfic.tenhawkpresents.ink
- fictionalley.org needs a slow_down_sleep_time or it starts rejecting conns.
- Changes to adapter_archiveofourownorg for AO3 changes re: view_adult=true
- Accept https URLs for adapter_wwwutopiastoriescom, but don't use https--doesn't work with python.
- Remove extra spaces from replace_metadata examples
- Fix Description parsing with series/universe/contest links in adapter_storiesonlinenet.
- Fixes for ficbook.net site changes.
- Correct comments for universe_as_series setting in defaults.ini.
- Fix for adapter_ficbooknet when no ships/characters.
- Make sure all timestamps are using Calibre's local_tz.
- Need to unicode() ini data passed in from Calibre CLI.
- Add inject_chapter_title feature to adapter_storiesonlinenet.
- Fix for XF logins using manual user/pass instead of personal.ini.