No description
Find a file
2021-01-11 11:48:41 -06:00
calibre-plugin quotev.com: site change in date parse, use utf8:ignore as first encoding choice. Closes #625 2021-01-11 11:48:41 -06:00
fanficfare quotev.com: site change in date parse, use utf8:ignore as first encoding choice. Closes #625 2021-01-11 11:48:41 -06:00
included_dependencies Make included certifi and requests use same tmp file code and store under calibre tmp dir for cleanup. 2020-12-30 13:50:14 -06:00
tests add wuxiaworld.site adapter 2020-09-09 11:52:47 +02:00
.gitignore Add .idea to .gitignore 2020-09-10 10:10:18 -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 Adding cloudscraper and dependencies 2020-12-22 10:41:57 -06:00
makezip.py More fixes for python3. 2019-12-18 18:07:35 -06:00
MANIFEST.in Include LICENSE, etc differently to not end up installed in /usr/local 2018-08-15 12:27:15 -05:00
README.md Update github project home page. 2020-01-14 18:11:34 -06:00
setup.py Bump Release Version 3.28.0 2021-01-11 09:06:42 -06:00
version_update.py Update version updater to be more automatic. 2020-11-23 14:31:40 -06:00

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).