Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
LTurret committed Jul 7, 2023
1 parent d28be18 commit 376941b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README-zh-TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
## Usage

```console
$ python3 main.py -B -U
$ python3 himePicParser.py -B -U
usage: himePicParser [-h] [-U URL [URL ...]] [-D DIR]

Fetch all url in the matsurihi.me html elements
Expand Down Expand Up @@ -53,5 +53,5 @@ yarl==1.9.2
- 使用空格分割各個 URL

```console
python3 -B main.py https://mltd.matsurihi.me/cards/1945 https://mltd.matsurihi.me/cards/1926
python3 -B himePicParser.py https://mltd.matsurihi.me/cards/1945 https://mltd.matsurihi.me/cards/1926
```
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A tool for downloading all the pictures in a specified card page that belongs to
## Usage

```console
$ python3 main.py -B -U
$ python3 himePicParser.py -B -U
usage: himePicParser [-h] [-U URL [URL ...]] [-D DIR]

Fetch all url in the matsurihi.me html elements
Expand Down Expand Up @@ -53,7 +53,7 @@ yarl==1.9.2
- Using SPACE splits URLs respectively.

```console
python3 -B main.py https://mltd.matsurihi.me/cards/1945 https://mltd.matsurihi.me/cards/1926
python3 -B himePicParser.py https://mltd.matsurihi.me/cards/1945 https://mltd.matsurihi.me/cards/1926
```

## Todo
Expand Down

0 comments on commit 376941b

Please sign in to comment.