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:
- Fix html appearing in txt summary by default.
- Remove in-story ad links from adapter_asexstoriescom.
- adapter_royalroadl site uses relative dates now, including months and years ago.
- Update plugin & web service html2text included package to fix text <>& output.
- Fix for corner case screwing up chapter html(attr quotes). Closes #324
- adapter_webnovelcom: update title selection (#323), thanks Ea
- Remove accidental file.
- Change AO3 description blockquote to a div tag.
- Fix section links in html output(broken in def6b39)
- Remove Google Plus icon (web service only)
- Fix base_xenforoforum_adapter bug when no threadmarks.
- Get fanficauthors.net story URL from existing epubs downloaded from the site.
- Fix for site change: adapter_wuxiaworldcom
- Add note to use_threadmark_wordcounts setting--base_xenforo sites' wordcounts ignore words insite Spoiler tags.
- adapter_wuxiaworldco: Some older stories use a different date format.
- Fix origtitle/toctitle for mark_new_chapters. Broken in chapter metadata revamp.
- Fix tocpage links and correct index04 vs index, issue #320.
- Refactor chapter internals for additional site-specific metadata per chapter.
- Fix base_xenforo_list for AH & QQ prefered domains.
- base_xenforoforum: Adding date, words & kwords per chapter metadata (SB/SB/QQ).
- Whitespace clean up in code (#316) - thanks mcepl
- Add alternate domains for SB, SV & QQ xenforo adapters.
- base_xenforoforum: Sum threadmark word counts into numWords(when present). INI option use_threadmark_wordcounts defaults to true.
- Add ignore_chapter_url_list feature.
- adapter_trekfanfictionnet: don't set numWords to character count.
- Add adapter_harrypotterfanfictioncom for new version of returned harrypotterfanfiction.com.
- Add adapter for http://wuxiaworld.co/ (#315) - Thanks cryzed