Skip to content

kavinunethsara/embellished

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Embellished

A tiny programme to create EPub files from lightnovelstranslations.com. This is a Dlang rewrite of a tool I originally wrote in Node/JS named embellish.

Usage

embellished book.json

where book.json is a json file of the following format:

{
  "title": "Book Title",
  "url": "Link to the first chapter",
  "filename": "File name to save the file to",
  "author": "Author's name (optional)",
  "cover": "Url for cover image (optional)",
  "stylesheet": "Path to a local stylesheet (*.css) to include (optional)"
}

The app will extract each chapter until it reach a chapter with name Epilogue, or a page without next page links.

Building

dub build

About

A lightnovelstranslations.com novel to epub converter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages