Saving the Novel to a readable format
Commands to save the Novel to a readable format like EPUB.
save-novel-to-epub
Save the novel to EPUB format.
save-novel-to-epub [OPTIONS]
Options
- -t, --title <title>
Required Title of the novel, this server as the identifier.
- --sync-toc
Reload the TOC before requesting chapters.
- Default:
False
- --start-chapter <start_chapter>
The start chapter for the books (position in the TOC, may differ from the actual number).
- Default:
1
- --end-chapter <end_chapter>
The end chapter for the books (if not defined, every chapter will be saved).
- --chapters-by-book <chapters_by_book>
The number of chapters each book will have.
- Default:
100
Environment variables
- SCRAPER_NOVEL_TITLE
Provide a default for
-t