New
FanFicFare 4.53.0
Installation instructions:
Calibre Plugin:
Install attached plugin zip file, or use Calibre's 'Get plugins' feature.
Command line interface:
FanFicFare is delivered as a pip Python package.
pip install FanFicFare
or
pip install --upgrade FanFicFare
...to update.
(pip will automatically install dependencies.)
Run fanficfare -h from command-line.
Changes:
- Fix for rare 'false' as INI list corner case
- base_xenforo2forum_adapter: Add include_nonauthor_poster option
- adapter_storiesonlinenet: Improve inject_chapter_title for #1294
- writer_epub: Add option as page_progression_direction_rtl
- Changes for #1292 for normalizing different series URL forms. Thanks, dbhmw!
- adapter_literotica: Remove unused chapter_categories_use_all option, fix other site options for better defaults.ini #1292
- Calc words_added even if not in logpage_entries.
- AO3: Site changed 'don't have permission' string
- adapter_literotica: Get series ID from data object #1290, thanks WWeapn
- adapter_literotica: Add chapter descriptions to summary (#1287) thanks dbhmw
- adapter_literotica: Don't require tags_from_chapters for old eroticatags collection. From #1280
- adapter_fictionlive: create self.chapter_id_to_api earlier for normalize_chapterurl
- adapter_literotica: Fix for one-shot aver_rating #1285