File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ $ pip install ImageScraper
21
21
Usage
22
22
-----
23
23
``` sh
24
- image-scraper [-h] [--max-images MAX_IMAGES] url2scrape
24
+ image-scraper [-h] [--max-images MAX_IMAGES] [-f] [-g] url2scrape
25
25
```
26
26
27
27
###If you downloaded the tar:
Original file line number Diff line number Diff line change @@ -14,9 +14,9 @@ $pip install ImageScraper
14
14
15
15
Usage
16
16
-----
17
- +------------------------------------------------------------+
18
- | image-scraper [-h] [--max-images MAX_IMAGES] url_to_scrape |
19
- +------------------------------------------------------------+
17
+ +---------------------------------------------------------------------- +
18
+ | image-scraper [-h] [--max-images MAX_IMAGES] [-g] [-f] url_to_scrape |
19
+ +---------------------------------------------------------------------- +
20
20
21
21
Using the tar file:
22
22
You can’t perform that action at this time.
0 commit comments