Skip to content

Releases: JimmXinu/FanFicFare

FanFicFare v2.2.2

15 Apr 21:50
Compare
Choose a tag to compare

This is the first production version of the project under the new name: 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:

  • Change the name to FanFicFare.
  • Change the FanFicFare icon to green so it's visibly distinct from FFDL.
  • Fixes for literotica changes.
  • Fix error in debug output that uses wrong variable.
  • Change date format for onedirectionfanfiction.com.
  • Explicit html parse for BS4 when reading in existing epub. For cal1.48.
  • Fix for PI - eFiction Base adapter Anthology Series string.
  • Update translations.
  • Change some menu & gui details to be clearer.
  • Fix for ffnet's latest change to story/cover image.
  • Fix problems found during trawl through all sites -- thehookupzone.net and libraryofmoria.com now use eFiction Base.
  • Remove defunct sites - netraptor.org www.simplyundeniable.com www.wizardtales.net www.checkmated.com stargate-atlantis.org www.henneth-annun.net www.twiwrite.net www.dotmoon.net
  • Add option to check ffnet auth img vs cover img and not use author images as book covers. Defaults to on, add [B]skip_author_cover:false[/B] to [B][fanfiction.net][/B] section if you like author image covers.
  • Add site tgstorytime.com as an eFiction Base Adapter.
  • Fix for anthology from URLs immediately after making non-EPUB single book.

FanFicFare v2.2.0a1 - Initial alpha version

08 Apr 19:40
Compare
Choose a tag to compare

Plugin:

Install zip attached file.

Web service:

http://fanficfare.appspot.com/
http://2-2-0a1.fanficfare.appspot.com/

Command line interface:

Rather being delivered as a zip file with dependencies included, this is my first attempt to deliver the CLI as proper pip-installable. Currently, it's on the testpypi server only.

pip install beautifulsoup4 html5lib chardet
pip install --pre -i https://testpypi.python.org/pypi FanFicFare

Run fanficfare -h from command-line.