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 3, 2024
1 parent 6d7776a commit 0d61482
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pip install -r requirements.txt
# Usage

```bash
python manga_downloader.py [-h] [--murl MURL] [--start START] [--end END] [--output OUTPUT] [--workthreads WORKTHREADS] [--imagethreads IMAGETHREADS] [--wait WAIT] [--list] [--debug]
python scrapy.py [-h] [--murl MURL] [--start START] [--end END] [--output OUTPUT] [--workthreads WORKTHREADS] [--imagethreads IMAGETHREADS] [--wait WAIT] [--list] [--debug]
```

**Arguments**
Expand All @@ -35,7 +35,7 @@ python manga_downloader.py [-h] [--murl MURL] [--start START] [--end END] [--out
- `--output`, `-o OUTPUT`: Enter output path to save downloaded.
- `--workthreads`, `-t WORKTHREADS`: Enter amount of threads to run.
- `--imagethreads`, `-t IMAGETHREADS`: Enter amount of threads to download image(s).
- `--wait`, `-d WAIT`: Enter time to delay read page until loaded (In seconds; Use for images encrypted in readpage).
- `--wait`, `-w WAIT`: Enter time to delay read page until loaded (In seconds; Use for images encrypted in readpage).
- `--list`, `-l`: Display Chapter list only.
- `--debug`, `-d`: Start with debug mode.

Expand All @@ -44,7 +44,7 @@ python manga_downloader.py [-h] [--murl MURL] [--start START] [--end END] [--out
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
python scrapy.py -m <manga_url> -s <start> -e <end> -o <output_folder> -wt <work_threads> -it <image_threads> -w <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:
Expand Down

0 comments on commit 0d61482

Please sign in to comment.