Skip to content

Commit c538aa2

Browse files
authored
Update README.md
1 parent a8dca98 commit c538aa2

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> A Python-based tool for downloading and organizing manga content from MangaWorld.
44
5-
![Demo](https://github.com/Lysagxra/MangaWorldDownloader/blob/8d3a28187c1b16f541ac6df1f6c82aa0b36e9725/misc/Demo.gif)
5+
![Demo](https://github.com/Lysagxra/MangaWorldDownloader/blob/a8dca98cb0fece9d7eab672ea30fea5ab50bcf34/assets/demo.gif)
66

77
## Features
88

@@ -22,7 +22,9 @@
2222
- `Pillow` - for image processing
2323
- `rich` - for progress display in terminal
2424

25-
## Directory Structure
25+
<details>
26+
27+
<summary>Show directory structure</summary>
2628

2729
```
2830
project-root/
@@ -39,6 +41,8 @@ project-root/
3941
└── URLs.txt # Text file containing manga URLs
4042
```
4143

44+
</details>
45+
4246
## Installation
4347

4448
1. Clone the repository:
@@ -143,3 +147,7 @@ python3 main.py --pdf
143147
```
144148

145149
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.
150+
151+
## Logging
152+
153+
The application logs any issues encountered during the download process in a file named `session.log`. Check this file for any URLs that may have been blocked or had errors.

0 commit comments

Comments
 (0)