FanFicFare v2.2.16
Installation instructions:
Plugin:
Install zip attached file.
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:
- Update for changes to storiesonline.net site.
- Set is_adult cookie for FimF on 'Get URLs from Page' if set in personal.ini.
- Fix for hpfandom.net change so one-shot stories will work correctly.
- Improvements to basic chapter_title_strip_pattern, add warning comments for same.
- Add dblquotes around folder name on IMAP lookup. (plugin only)
- Update to BeautifulSoup 4.4.1 everywhere, remove included BS3. Effected parts:
---- MOBI generation
---- replace_br_with_p feature
---- base_efiction adapters
---- Most site adapters. - Update embedded html5lib from 0.99999 to 0.9999999. (plugin/webservice only)
- Strip <script> tags from HTML. Added for FimF, but applies to all sites.
- Remove 'like' from XenForoForum chapter links in index post.
- Make metadata lists unique even when keep_in_order_.
- Change entities to actual utf8 chars in adapter_fanfictionjunkiesde.py.
- Add keep_html_attrs feature - deprecates keep_style_attr and keep_title_attr.
- Add replace_tags_with_spans feature.
- Fix for yet another storiesonline.net site change. Thanks davidfor for figuring it out for me.
- New site mcstories.com. Thanks user39189!. Fair warning: mcstories.com is titled "The Erotic Mind-Control Story Archive".
- Fix for literotica.com. Thanks again to davidfor for figuring out the problem.
- New centeredcat_to_characters pairingcat_to_characters_ships and romancecat_to_characters_ships features for tthfanfic.org. These default to 'true', set them to false in your personal.ini if you want the old behavior. See:
http://www.mobileread.com/forums/showthread.php?p=3224924&postcount=829 - Remove HTML comments when using replace_br_with_p.