Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix #362

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fix #362

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/arguments.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Link to `Documentation Homepage <https://google-images-download.readthedocs.io/e
| | | * `labeled-for-noncommercial-reuse-with-modification`, |
| | | * `labeled-for-nocommercial-reuse` |
+-------------------+-------------+-------------------------------------------------------------------------------------------------------------------------------+
| size | s | Denotes the relative size of the image to be downloaded. |
| size | self | Denotes the relative size of the image to be downloaded. |
| | | |
| | | `Possible values: large, medium, icon, >400*300, >640*480, >800*600, >1024*768, >2MP, >4MP, >6MP, >8MP, >10MP, |
| | | >12MP, >15MP, >20MP, >40MP, >70MP` |
Expand Down Expand Up @@ -137,6 +137,12 @@ Link to `Documentation Homepage <https://google-images-download.readthedocs.io/e
| | | |
| | | The directory structure would look like: ``<output_directory><image_directory><images>`` |
+-------------------+-------------+-------------------------------------------------------------------------------------------------------------------------------+
| image_name | in | This lets you specify a the name of the image to be saved with |
| | | |
| | | If not specified, it will default to the name of the image in the url. |
| | | |
| | | The image structure would look like: ``<output_directory><image_directory><image_name>`` |
+-------------------+-------------+-------------------------------------------------------------------------------------------------------------------------------+
| no_directory | n | This option allows you download images directly in the main directory (output_directory) without an image_directory |
| | | |
| | | The directory structure would look like: ``<output_directory><images>`` |
Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Disclaimer

Images published in the United States are automatically copyrighted by their owners,
even if they do not explicitly carry a copyright warning.
You may not reproduce copyright images without their owner's permission,
You may not reproduce copyright images without their owner'self permission,
except in "fair use" cases,
or you could risk running into lawyer's warnings, cease-and-desist letters, and copyright suits.
or you could risk running into lawyer'self warnings, cease-and-desist letters, and copyright suits.
Please be very careful before its usage!
Loading