File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,10 @@ python3 -m pip install git+https://github.com/rango-tools/pexels-crawler-cli
14
14
## CLI Options
15
15
This is the list of this CLI options
16
16
```
17
+ --folder-name Destination Folder name, Default: downloads
17
18
--page-count=<count> Page Counter, Default: 0 (All Pages)
18
19
--show-browser Showing Browser if You Need.
19
- --load-time=<seconds> Infinite Scroll Time Out, Deault : 5
20
+ --load-time=<seconds> Infinite Scroll Time Out, Default : 5
20
21
-h --help Show this screen.
21
22
-v --version Show version.
22
23
```
@@ -27,5 +28,5 @@ Simple example for this CLI when you want to run.
27
28
28
29
``` bash
29
30
# Search By Keyword
30
- python pexels.py search [--options] " YOUR-KEYWORD"
31
+ pexels search [--options] " YOUR-KEYWORD"
31
32
```
You can’t perform that action at this time.
0 commit comments