Skip to content

FanFicFare v4.39.0

Latest
Compare
Choose a tag to compare
@JimmXinu JimmXinu released this 02 Oct 01:53
· 26 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:

  • Better error when utf8FromSoup called with None.
  • adapter_asianfanficscom: Add Is adult toggle call, use_cloudscraper:true in defaults.ini
  • Fix(es) for get_url_search not found when seriesUrl doesn't match an adapter site.
  • Fix for regression when browser_cache_simple_header_old added. #1104
  • Add decode_emails option, defaults to false.