Skip to content

Commit

Permalink
feature to specify the image directory
Browse files Browse the repository at this point in the history
feature to not spcify any image directory
  • Loading branch information
Vasa committed May 14, 2018
1 parent abb155e commit 68f8bf7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -206,17 +206,17 @@ Arguments
| | | |
| | | If not specified, it will default to 'downloads' directory. This directory is located in the path from where you run this code|
| | | |
| | | The directory structure would look like: <output_directory><image_directory><images> |
| | | The directory structure would look like: ``<output_directory><image_directory><images>`` |
+-------------------+-------------+-------------------------------------------------------------------------------------------------------------------------------+
| image_directory | i | This lets you specify a directory inside of the main directory (output_directory) in which the images will be saved |
| | | |
| | | If not specified, it will default to the name of the keyword. |
| | | |
| | | The directory structure would look like: <output_directory><image_directory><images> |
| | | The directory structure would look like: ``<output_directory><image_directory><images>`` |
+-------------------+-------------+-------------------------------------------------------------------------------------------------------------------------------+
| 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> |
| | | The directory structure would look like: ``<output_directory><images>`` |
+-------------------+-------------+-------------------------------------------------------------------------------------------------------------------------------+
| proxy | px | Allows you to specify proxy server setting for all your requests |
| | | |
Expand Down

0 comments on commit 68f8bf7

Please sign in to comment.