FanFicFare v2.3.1
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:
- Add additional strings for translations.
- Add 'Save All Errors' checkbox for plugin save-errors column.
- Update translations
- Add exception for bad HTML breaking img finding.
- Fix for Overwrite if Newer not working with BG Metadata.
- Comment out some debug output.
- Updates to adapter_literotica from davidfor
- Clean up a stray print.
- Catch more img tag exceptions.
- Fix series/universe processing in adapter_storiesonlinenet.
- Fix for literotica.com using str() instead of unicode().