The two python strings r'\,' '\,' are identical, except the latter raises warnings, and future versions of python will raise an error. There is no such C-style escape sequence, so python falls back to treating it like a literal string. Mark this and all other strings which aren't intended to actually interject C-style escapes, as r'' strings to suppress this attempted interpretation and avoid logging DeprecationWarnings. |
||
|---|---|---|
| calibre-plugin | ||
| fanficfare | ||
| included_dependencies | ||
| tests | ||
| .gitignore | ||
| DESCRIPTION.rst | ||
| ini-order.py | ||
| LICENSE | ||
| makeplugin.py | ||
| makezip.py | ||
| MANIFEST.in | ||
| README.md | ||
| setup.py | ||
| 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).