Updated README.
This commit is contained in:
parent
9a9aa8f714
commit
0ed1e896ca
11
README.md
11
README.md
@ -14,14 +14,13 @@ directory hierarchy in a working directory:
|
|||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
scrapthechan [<url> | <imageboard> <board> <thread>] [-o,--output-dir] [--no-op]
|
scrapthechan [OPTIONS] (<url> | <imageboard> <board> <thread>)
|
||||||
[-v,--version] [-h,--help]
|
|
||||||
```
|
```
|
||||||
|
|
||||||
There are two ways to pass a thread. One is by passing a full URL of a thread
|
`<url>` -- URL of a thread.
|
||||||
(`<url>` argument), and the other one is by passing thread in three components:
|
|
||||||
`<imageboard>` is a name of website (e.g. 4chan), `<board>` is a name of a board
|
`<imageboard> <board> <thread>` -- imageboard name, board name and thread ID
|
||||||
(e.g. wg), and `<thread>` is a number of a thread on that board.
|
separately. E.g. `4chan b 1100500`.
|
||||||
|
|
||||||
`-o`, `--output-dir` -- output directory where all files will be dumped to.
|
`-o`, `--output-dir` -- output directory where all files will be dumped to.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user