Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yutthaphon committed Jun 2, 2024
1 parent 1ca9110 commit 6d7776a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ python manga_downloader.py [-h] [--murl MURL] [--start START] [--end END] [--out

# Example

Full code

```bash
python scrapy.py -m <manga_url> -s <start> -e <end> -o <output_folder> -wt <work_threads> -it <image_threads> -d <time_delay(s)> -l -d
```

Download chapters 1 to 10 of a manga from a given URL with 4 work threads and 4 image threads:

```bash
Expand Down

0 comments on commit 6d7776a

Please sign in to comment.