No description
Find a file
Eli Schwartz a2c558d864 python3: fix incorrect use of merging two dictionaries
In python2, this was inefficient, because it allocated *three* lists of
tuples, before finally generating a dict based on them. In python3, it
fails because you cannot combine the dict_items() type.

Moreover, retval was always a function-local dictionary used purely for
returning the value, so dict1.update(dict2) will always yield the
correct result, and we don't even need to create a copy to avoid
mutating the original dictionary.
2019-12-17 10:44:06 -06:00
calibre-plugin python3: fix incorrect use of merging two dictionaries 2019-12-17 10:44:06 -06:00
fanficfare Bump Release Version 3.14.0 2019-12-16 13:38:44 -06:00
included_dependencies Include backports for soupsieve for web service/calibre 2.85.1. 2019-06-16 12:40:43 -05:00
webservice Bump Release Version 3.14.0 2019-12-16 13:38:44 -06:00
.gitignore Ignore .bak files. 2018-08-03 09:55:00 -05:00
DESCRIPTION.rst Make CLI available as a pip installable PyPI module--Incomplete. 2015-04-07 22:51:26 -05:00
ini-order.py New Site fanfics.me (Russian langauge site). 2019-11-26 12:47:21 -06:00
LICENSE Additional Renaming from FFDL to FFF, plugin copyright/LICENSE updates. 2015-04-08 17:28:25 -05:00
makeplugin.py Include soupsieve & backports in PI zip. 2019-06-16 12:45:54 -05:00
makezip.py Update code for Calibre Plugin create for py3. 2018-08-08 13:43:41 -05: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 Web Service Shutdown 2019-11-30 17:25:41 -06:00
setup.py Bump Release Version 3.14.0 2019-12-16 13:38:44 -06:00
version_update.py Fix version_update.py for https url in index.html 2018-09-16 13:38:54 -05: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 150 different sites into ebooks. Supported sites list.

  • Update existing EPUB format ebooks, downloading only new chapters.

  • Get Story URLs from Web Page.

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

Getting FanFicFare

This program is available as a calibre plugin or a command-line interface (via pip).

As of late November 2019, the web service version is shutdown.
See the Wiki Home page for details.

The cli version can also be obtained on Arch Linux from the official repositories:

pacman -S fanficfare

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