No description
Find a file
Eleanor Davies b29d8d6b22
Added support for scribblehub (#508)
* 1st chapter

* chapters working

* bugfixes for metadata

* python and lists and indexes -_-

* tidying comments

* inheritance fix for python2.7

* inheritance config fix for python2.7

* strings and ints
2020-07-16 15:21:14 -05:00
calibre-plugin Bump Test Version 3.21.2 2020-07-16 14:32:21 -05:00
fanficfare Added support for scribblehub (#508) 2020-07-16 15:21:14 -05:00
included_dependencies
tests fix the addition of unittests in commit 1669c06703 2020-07-09 15:02:09 -05:00
.gitignore refacto: add venv to gitignore 2020-07-06 09:54:58 -05:00
DESCRIPTION.rst
ini-order.py Not all listed 'lead' sections still exist. 2020-02-06 13:28:09 -06:00
LICENSE
makeplugin.py fix the addition of unittests in commit 1669c06703 2020-07-09 15:02:09 -05:00
makezip.py
MANIFEST.in
README.md Update github project home page. 2020-01-14 18:11:34 -06:00
setup.py Bump Test Version 3.21.2 2020-07-16 14:32:21 -05:00
version_update.py

FanFicFare

FanFicFare makes reading stories from various websites much easier by helping you download them to EBook files.

FanFicFare was previously known as FanFictionDownLoader (AKA FFDL, AKA fanficdownloader).

Main features:

  • Download FanFiction stories from over 100 different sites. into ebooks.

  • Update previously downloaded EPUB format ebooks, downloading only new chapters.

  • Get Story URLs from Web Pages.

  • Support for downloading images in the story text. (EPUB and HTML only -- download EPUB and convert to AZW3 for Kindle) More details on configuring images in stories and cover images can be found in the FAQs or this post in the old FFDL thread.

  • Support for cover image. (EPUB only)

  • Optionally keep an Update Log of past updates (EPUB only).

There's additional info in the project wiki pages.

There's also a FanFicFare maillist for discussion and announcements and a discussion thread for the Calibre plugin.

Getting FanFicFare

Official Releases

This program is available as:

  • A Calibre plugin from within Calibre or directly from the plugin discussion thread, or;
  • A Command Line Interface (CLI) Python package that you can install with:
pip install FanFicFare
  • As of late November 2019, the web service version is shutdown. See the Wiki Home page for details.

Other Releases

Other versions may be available depending on your OS. I(JimmXinu) don't directly support these:

  • Arch Linux: The CLI can also be obtained on Arch Linux from the OS repositories:
pacman -S fanficfare

...or from git via the AUR package (which will also update the calibre plugin, if calibre is installed).