This is the production version of the project FanFicFare. This project was previously published under the name FanFictionDownLoader(FFDL).
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 now delivered as a proper 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:
- New site forum.questionablequesting.com (base_xenforoforum adapter)
https://forum.questionablequesting.com/forums/creative-writing.19/
- Add minor fix for portkey.org chapter parsing.
- Don't require trailing slash on base_xenforoforum.
- Change dramione.org default encoding to utf8.
- Add additional check for check_next_chapter on ffnet when site it down.