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. Both Python 2.7 and Python 3 are now supported.
pip install FanFicFare
or
pip install --upgrade FanFicFare
...to update.
(pip will automatically install dependencies beautifulsoup4, chardet, html5lib and html2text.)
Run fanficfare -h
from command-line.
Changes:
- Update Translations.
- Remove firefly.populli.org -- now on AO3.
- Remove fhsarchive.com -- now on AO3.
- Add www.mugglenetfanfiction.com as replacement for removed fanfiction.mugglenet.com.
- Fix for int(pages) in adapter_adultfanfictionorg. Closes #375
- Fix author parsing at webnovelcom - pull request #372 from Rikkitp
- Remember original href in data-orighref attr with epub internalize_text_links so inserted 'earlier' chapters don't break internal links.
- Add always_login setting to base_xenforo for SV login-required story with 404 result.
- Ignore current Virtual Library when checking for existing story ID.