FanFicFare v4.35.0
Installation instructions:
Calibre Plugin:
Install attached plugin zip file, or use Calibre's 'Get plugins' feature.
Command line interface:
FanFicFare is delivered as a pip
Python package.
pip install FanFicFare
or
pip install --upgrade FanFicFare
...to update.
(pip will automatically install dependencies.)
Run fanficfare -h
from command-line.
Changes:
- Add download_finished_signal for Action Chains #1073
- New Site: touchfluffytail.org thanks dbhmw (#1071)
- adapter_wattpadcom: Improve error reporting when story not found / connection refused.
- base_xenforo2 better detect whether logged in.
- adapter_deviantartcom: Streamline login vs watchers vs mature See #1070
- adapter_inkbunny: Fix author & category thanks dbhmw (#1069)
- base_xenforo2forum: Prefix tag collecting too much.
- datetime.utcnow() deprecated in more recent py3 versions
- Skip invalid images, detect img types thanks dbhmw (#1068)
- Fix for WebToEpub firefox cache key changing
- QQ: Doesn't need reader_posts_per_page:30 anymore
- adapter_forumquestionablequestingcom:Switch to BaseXenForo2ForumAdapter
- adapter_ficbooknet: Remove py3 string handling that breaks on py2
- Update bundled certifi cacert.pem and version, not core.py