/ffn-scraper

scrapes html from Fanfiction.net pages to generate text files of works in Markdown, for conversion to ebook using calibre

Primary LanguagePython

README.txt

Calibre settings for converting the outputs of ffn scraper.py:

Structure detection:

  • Detect chapters at: //h:h2
  • Insert page breaks before: //h:div

Table of Contents:

  • Level 1 TOC: //h:h2

TXT input:

  • Paragraph style: single
  • Formatting style: markdown

MOBI output:

  • Put generated Table of Contents...: yes

SOURCES