Skip to content

Commit 4f56045

Browse files
rachmadaniHaryonohardikvasa
authored andcommitted
fix newlines on table (#41)
* chg: doc: rename README.md to README.rst * chg: doc: syntax from markdown to rst * chg: doc: command on readme * chg: doc: re add table * chg: doc: remove duplicate example * chg: doc: update table to latest upstream commit * chg: dev: update print_urls description * chg: dev: update contribute section to latest upstream commit * fix: doc: newline on table * fix: doc: line on table
1 parent 0c5e7c1 commit 4f56045

File tree

1 file changed

+25
-8
lines changed

1 file changed

+25
-8
lines changed

README.rst

Lines changed: 25 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,45 +48,59 @@ Arguments
4848
| Argument | Short hand | Description |
4949
+==================+=============+===============================================================================================================================+
5050
| keywords | k | Denotes the keywords/key phrases you want to search for and the directory file name. |
51+
| | | |
5152
| | | Tips: |
53+
| | | |
5254
| | | * If you simply type the keyword, Google will best try to match it |
5355
| | | * If you want to search for exact phrase, you can wrap the keywords in double quotes ("") |
5456
| | | * If you want to search to contain either of the words provided, use **OR** between the words. |
5557
| | | * If you want to explicitly not want a specific word use a minus sign before the word (-) |
5658
+------------------+-------------+-------------------------------------------------------------------------------------------------------------------------------+
5759
| suffix_keywords | sk | Denotes additional words added after main keyword while making the search query. |
60+
| | | |
5861
| | | Useful when you have multiple suffix keywords for one keyword. |
62+
| | | |
5963
| | | The final search query would be: <keyword> <suffix keyword> |
6064
+------------------+-------------+-------------------------------------------------------------------------------------------------------------------------------+
6165
| limit | l | Denotes number of images that you want to download. |
6266
+------------------+-------------+-------------------------------------------------------------------------------------------------------------------------------+
6367
| format | f | Denotes the format/extension that you want to download. |
68+
| | | |
6469
| | | `Possible values: jpg, gif, png, bmp, svg, webp, ico` |
6570
+------------------+-------------+-------------------------------------------------------------------------------------------------------------------------------+
6671
| color | c | Denotes the color filter that you want to apply to the images. |
67-
| | | `Possible values: |
68-
| | | red, orange, yellow, green, teal, blue, purple, pink, white, gray, black, brown` |
72+
| | | |
73+
| | | `Possible values`: |
74+
| | | |
75+
| | | `red, orange, yellow, green, teal, blue, purple, pink, white, gray, black, brown` |
6976
+------------------+-------------+-------------------------------------------------------------------------------------------------------------------------------+
7077
| color_type | ct | Denotes the color type you want to apply to the images. |
78+
| | | |
7179
| | | `Possible values: full-color, black-and-white, transparent` |
7280
+------------------+-------------+-------------------------------------------------------------------------------------------------------------------------------+
7381
| usage_rights | r | Denotes the usage rights/licence under which the image is classified. |
74-
| | | `Possible values: |
75-
| | | * labled-for-reuse-with-modifications, |
76-
| | | * labled-for-reuse, |
77-
| | | * labled-for-noncommercial-reuse-with-modification, |
78-
| | | * labled-for-nocommercial-reuse` |
82+
| | | |
83+
| | | `Possible values:` |
84+
| | | |
85+
| | | * `labled-for-reuse-with-modifications`, |
86+
| | | * `labled-for-reuse`, |
87+
| | | * `labled-for-noncommercial-reuse-with-modification`, |
88+
| | | * `labled-for-nocommercial-reuse` |
7989
+------------------+-------------+-------------------------------------------------------------------------------------------------------------------------------+
8090
| size | s | Denotes the relative size of the image to be downloaded. |
91+
| | | |
8192
| | | `Possible values: large, medium, icon` |
8293
+------------------+-------------+-------------------------------------------------------------------------------------------------------------------------------+
8394
| aspect_ratio | a | Denotes the aspect ration of images to download. |
95+
| | | |
8496
| | | `Possible values: tall, square, wide, panoramic` |
8597
+------------------+-------------+-------------------------------------------------------------------------------------------------------------------------------+
8698
| type | t | Denotes the type of image to be downloaded. |
99+
| | | |
87100
| | | `Possible values: face,photo,clip-art,line-drawing,animated` |
88101
+------------------+-------------+-------------------------------------------------------------------------------------------------------------------------------+
89102
| time | w | Denotes the time the image was uploaded/indexed. |
103+
| | | |
90104
| | | `Possible values: past-24-hours, past-7-days` |
91105
+------------------+-------------+-------------------------------------------------------------------------------------------------------------------------------+
92106
| delay | d | Time to wait between downloading two images |
@@ -98,6 +112,7 @@ Arguments
98112
| output_directory | o | Allows you specify the main directory name. If not specified, it will default to 'downloads' |
99113
+------------------+-------------+-------------------------------------------------------------------------------------------------------------------------------+
100114
| similar_images | si | Reverse Image Search. |
115+
| | | |
101116
| | | Searches and downloads images that are similar to the image link/url you provide. |
102117
+------------------+-------------+-------------------------------------------------------------------------------------------------------------------------------+
103118
| specific_site | ss | Allows you to download images with keywords only from a specific website/domain name you mention as indexed in Google Images. |
@@ -193,7 +208,9 @@ Contribute
193208
Anyone is welcomed to contribute to this script.
194209
If you would like to make a change, open a pull request.
195210
For issues and discussion visit the
196-
`Issue Tracker <https://github.com/hardikvasa/google-images-download/issues>`__
211+
`Issue Tracker <https://github.com/hardikvasa/google-images-download/issues>`__.
212+
213+
The aim of this repo is to keep it simple, stand-alone, backward compatible and 3rd party dependency proof.
197214

198215
Disclaimer
199216
----------

0 commit comments

Comments
 (0)