Skip to content

FanFicFare v4.3.0

Compare
Choose a tag to compare
@JimmXinu JimmXinu released this 30 May 18:11
· 1084 commits to main since this release

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:

  • quotev.com: use_cloudscraper:true by default.
  • Update translations
  • adapter_bdsmlibrarycom: Set author Anonymous when author not found instead of sys.exit(). Closes #696
  • Fix XF authorUrl and author_avatar_cover feature. Closes #695
  • Catch exceptions in word count.
  • Add CLI --color option for warns and fails. Closes #692
  • Report browser cache load fail as such.