You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
- Downloads chapters by volume (if available).
11
11
- Supports [batch downloading](https://github.com/Lysagxra/MangaWorldDownloader?tab=readme-ov-file#batch-download) via a list of URLs.
12
12
- 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.
14
14
- Track and display download progress.
15
15
- Organize and format manga chapters.
16
16
@@ -160,16 +160,17 @@ python3 main.py
160
160
161
161
The downloaded files will be saved in the `Downloads` directory.
162
162
163
-
## PDF Generation
163
+
## Comic File Generation
164
164
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.
166
167
167
168
### Usage
168
169
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:
170
171
171
172
```bash
172
-
python3 main.py --pdf
173
+
python3 main.py --format pdf
173
174
```
174
175
175
176
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