diff --git a/README.rst b/README.rst index 8d140352..42a2bb3b 100644 --- a/README.rst +++ b/README.rst @@ -250,7 +250,7 @@ Arguments | | | | | | | This argument does not take any value. Just add '--metadata' or '-m' in your query. | +-------------------+-------------+-------------------------------------------------------------------------------------------------------------------------------+ -| extract_metadata | e | This option allows you to save metadata of all the downloaded images in a text file. | +| extract_metadata | e | This option allows you to save metadata of all the downloaded images in a JSON file. | | | | | | | | This file can be found in the ``logs/`` directory. The name of the file would be same as the keyword nam | | | | | @@ -278,7 +278,7 @@ Arguments +-------------------+-------------+-------------------------------------------------------------------------------------------------------------------------------+ | chromedriver | cd | With this argument you can pass the path to the 'chromedriver'. | | | | | -| | | The path looks like this: "path/to/chromedriver". In windows it will be "path/to/chromedriver.exe" | +| | | The path looks like this: "path/to/chromedriver". In windows it will be "C:\\path\\to\\chromedriver.exe" | +-------------------+-------------+-------------------------------------------------------------------------------------------------------------------------------+ | safe_search | sa | Searches for images with the Safe Search filter On | | | | | @@ -454,13 +454,13 @@ Examples Troubleshooting =============== -**## SSL Errors** +**#~~~# SSL Errors** If you do see SSL errors on Mac for Python 3, please go to Finder —> Applications —> Python 3 —> Click on the ‘Install Certificates.command’ and run the file. -**## googleimagesdownload: command not found** +**#~~~# googleimagesdownload: command not found** While using the above commands, if you get ``Error: -bash: googleimagesdownload: command not found`` then you have to set the correct path variable. @@ -485,12 +485,12 @@ together they make: ``/Library/Frameworks/Python.framework/Versions/2.7/bin`` wh $ export PATH="/Library/Frameworks/Python.framework/Versions/2.7/bin" -**## [Errno 13] Permission denied creating directory 'downloads'** +**#~~~# [Errno 13] Permission denied creating directory 'downloads'** When you run the command, it downloads the images in the current directory (the directory from where you are running the command). If you get permission denied error for creating the `downloads directory`, then move to a directory in which you have the write permission and then run the command again. -**## Permission denied while installing the library** +**#~~~# Permission denied while installing the library** On MAC and Linux, when you get permission denied when installing the library using pip, try doing a user install. @@ -501,11 +501,11 @@ On MAC and Linux, when you get permission denied when installing the library usi You can also run pip install as a superuser with ``sudo pip install google_images_download`` but it is not generally a good idea because it can cause issues with your system-level packages. -**## Installing the chromedriver (with Selenium)** +**#~~~# Installing the chromedriver (with Selenium)** -If you would want to download more than 100 images per keyword, then you will need to install 'selenium' along with 'chromedriver'. +If you would want to download more than 100 images per keyword, then you will need to install 'selenium' library along with 'chromedriver' extension. -If you have pip installed the library or run the setup.py file, Selenium would have automatically installed on your machine. You will also need Chrome browser on your machine. For chromedriver: +If you have pip-installed the library or had run the setup.py file, Selenium would have automatically installed on your machine. You will also need Chrome browser on your machine. For chromedriver: `Download the correct chromedriver `__ based on your operating system. @@ -521,6 +521,8 @@ or `Ubuntu Guide