Skip to content

Commit

Permalink
Editing README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
balbi-uff committed Jan 3, 2023
1 parent b4650ba commit 014429a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ This is the default mode, and it is the easiest to use. Just run the program wit
`$ python Fscrapper.py <thread_link> <download_path>`

**Manual mode**

<br>
Make sure to use the `-m` flag to enable the manual mode. Followed by the thread link and the download path.
<br>
Using manual mode, you may decide (or not) to insert minimum and maximum resolution filters for the downloaded files.
<br>

```bash
python Fscrapper.py -m thread_link download_path --min-res x y --max-res x y
$ python Fscrapper.py -m thread_link download_path --min-res x y --max-res x y
```

> More implementations are planned for the future, they will expand the difference between the two modes.
Expand Down

0 comments on commit 014429a

Please sign in to comment.