Include samples in Readme
This commit is contained in:
@@ -8,15 +8,18 @@ Straightforward, Extendable WebApp to download Wattpad Books as EPUB Files.
|
|||||||
Stars ⭐ are appreciated. Thanks!
|
Stars ⭐ are appreciated. Thanks!
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
- ⚡ Lightweight Frontend and Minimal Javascript.
|
- ⚡ Lightweight Frontend.
|
||||||
- 🪙 Supports Authentication (Download paid stories from your account!)
|
- 🪙 Supports Authentication (Download paid stories from your account!)
|
||||||
- 🌐 API Support (Visit the `/docs` path on your instance for more.)
|
- 🌐 API Support (Visit the `/docs` path on your instance for more.)
|
||||||
- 🐇 Fast Generation, Ratelimit Handling.
|
- 🐇 Fast Generation
|
||||||
|
- 🗃️ Caching, Ratelimit handling
|
||||||
- 🐳 Docker Support
|
- 🐳 Docker Support
|
||||||
- 🏷️ Generated EPUB File includes Metadata. (Dublin Core Spec)
|
- 🏷️ Generated books contain metadata, supported by Calibre and other E-Book Software.
|
||||||
- 📖 Plays well with E-Readers. (Kindle Support with Send2Kindle, ReMarkable, KOBO, KOReader...)
|
- 📖 Plays well with E-Readers. (Send2Kindle, KOReader, ReMarkable, KOBO, Calibre Reader...)
|
||||||
- 💻 Easily Hackable. Extend with ease.
|
- 💻 Easily Hackable. Extend with ease.
|
||||||
|
|
||||||
|
Still not convinced? Take a look some [sample downloads](./samples/).
|
||||||
|
|
||||||
|
|
||||||
## Set Up
|
## Set Up
|
||||||
1. Clone the repository: `git clone https://github.com/TheOnlyWayUp/WattpadDownloader/ && cd WattpadDownloader`
|
1. Clone the repository: `git clone https://github.com/TheOnlyWayUp/WattpadDownloader/ && cd WattpadDownloader`
|
||||||
|
|||||||
@@ -686,6 +686,8 @@ style="margin-bottom: 1rem;">""".format(
|
|||||||
):
|
):
|
||||||
# PDF Generation with wkhtmltopdf, written to self.file
|
# PDF Generation with wkhtmltopdf, written to self.file
|
||||||
|
|
||||||
|
# At this stage, we have a bunch of HTML Files representing all the chapters that need to be generated. PDFKit handles ToC generation, so that's not included.
|
||||||
|
|
||||||
pdfkit.from_file(
|
pdfkit.from_file(
|
||||||
chapter_filenames,
|
chapter_filenames,
|
||||||
self.file.name,
|
self.file.name,
|
||||||
|
|||||||
Reference in New Issue
Block a user