FanFicFare v4.2.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 New Site: novelfull.com (#688 & #689) - Thanks, AlexRiina!
- Need to set logger.setLevel() again with import changes to see debugs in plugin.
- import changes for arch linux system plugins - As submitted by eli-schwartz
- Remove site: fictionpad.com, completely different site, looks like generic parked?
- Remove site: www.thundercatsfans.org, no longer efiction, now static pages and PDFs
- Remove site: www.thepetulantpoetess.com, no longer efiction, URLs like OTW but different
- Remove site: www.potterfics.com, "Potterfics.com has closed its doors forever"
- Remove site: fanfic.castletv.net, DNS there, no server, last successful 2018-10-21
- Remove site: deandamage.com, site there, efiction broken, last successful 2018-12-04
- Remove site: www.deepinmysoul.net, moved to deepinmysoul.nl and changed software--not eFiction anymore, <100 stories, all old
- Include code for nsapa_proxy for dealing with Captchas (by nsapa -- coming soon!)
- Some other import cleanup.
- Updates from cloudscraper 1.2.58
- Use newer Calibre image processing, add JPG quality setting - thanks, Malloc Voidstar
- Add use_cloudscraper:true under [www.ficbook.net] to defaults.ini
- Fix for adapter_literotica story URL oddities. Again.
- Fix for site change: adapter_fictionmaniatv
- Get storyId for sugarquillnet and siyecouk from the parsed query string. From mcepl
- Fix for adapter_literotica changing URLs on author page yet again.
- Add [harrypotterfanfiction.com] slow_down_sleep_time:1 -- Site blocking fast downloads.