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.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_chosentwofanficcom: use pagecache and extracategories:Buffy the Vampire Slayer
- Fix FimF login.
- Fix adapter_harrypotterfanfictioncom date and characters/genre splitting.
- Fix adapter_fanficauthorsnet metadata parsing and genre splitting.
- Add --no-meta-chapters/-z CLI option.
- Restore cursor in finally: clauses in case of issues.(plugin)
- Update Translations
- Fix for base_xenforoforum (SB/SV specifically) change to 'hide' sections of threadmark lists behind '...'. Issue #332
- Fix empty Genre parsing for adapter_ficwadcom
- Fix genre parsing for adapter_fanficauthorsnet.
- Tweak mobi output--move TOC to end.
- Remove some CLI debug output (conflist).
- Improve CLI --save-cache, save on each fetch/post, fix a py2/py3 cross bug.
- Small fix for <> appearing in text format.
- Remove defunct site www.area52hkh.net
- Remove defunct site www.fiction.thebrokenworld.org
- Remove defunct site dramione.org
- Remove defunct site writing.whimsicalwanderings.net
- Remove defunct site www.destinysgateway.com
- Remove defunct site imrightbehindyou.com
- Remove defunct site nocturnal-light.net
- Remove defunct site national-library.net
- Add latestonly option to mark_new_chapters feature to remove pre-existing (new) chpater marks on update and only mark chapters that are new in this update. Closes #330
- Attempting to get password protected stories in FimF working again.
- Fix fanfiction.net metadata parsing -- genre was ending up in language after BS change.
- Fix mobi output -- Fix an encoding issue, Kindle Goto-TOC works, TOC links are more accurate
- Accept both [royalroad.com] and pre-existing [royalroadl.com] - Change [royalroadl.com] to [www.royalroad.com]
- royalroadl.com has changed to www.royalroad.com.- Update included_dependencies
- Many, many changes to make code run on both python 2.7 and python 3.