Skip to content

Commit 48f7c65

Browse files
authored
Update README.md
1 parent c42c56c commit 48f7c65

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- Downloads chapters by volume (if available).
1111
- Supports [batch downloading](https://github.com/Lysagxra/MangaWorldDownloader?tab=readme-ov-file#batch-download) via a list of URLs.
1212
- Supports downloading a [specified range of chapters](https://github.com/Lysagxra/MangaWorldDownloader?tab=readme-ov-file#single-manga-download).
13-
- Supports the [generation of PDF files](https://github.com/Lysagxra/MangaWorldDownloader?tab=readme-ov-file#pdf-generation) from the downloaded chapters.
13+
- Supports the [generation of PDF and CBZ files](https://github.com/Lysagxra/MangaWorldDownloader?tab=readme-ov-file#comic-files-generation) from the downloaded chapters.
1414
- Track and display download progress.
1515
- Organize and format manga chapters.
1616

@@ -160,16 +160,17 @@ python3 main.py
160160

161161
The downloaded files will be saved in the `Downloads` directory.
162162

163-
## PDF Generation
163+
## Comic File Generation
164164

165-
This tool includes a feature to generate PDFs from downloaded manga chapters. You can use the `--pdf` argument from the command line to enable this functionality.
165+
This tool includes a feature to generate comic files from downloaded manga chapters. Supported formats are PDF and CBZ.
166+
You can use the `--format` argument from the command line to select the desired output format.
166167

167168
### Usage
168169

169-
To generate PDFs for the downloaded manga, run the following command:
170+
To generate PDF files for the downloaded manga, run the following command:
170171

171172
```bash
172-
python3 main.py --pdf
173+
python3 main.py --format pdf
173174
```
174175

175176
This will create PDF files for each chapter and save them in the specified output directory. The generated PDFs maintain the original quality of the downloaded images and are optimized for readability.

0 commit comments

Comments
 (0)