From 65c3b7856cc2ed553c785c491ca14dc5facca209 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sun, 29 Sep 2019 09:35:59 +0800 Subject: [PATCH] fix google image downloader link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5c1ae4ff67..2062ffed3b9 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Code documentation is aligned correctly when the files are viewed in [Notepad++] - [Fast Youtube Downloader](https://github.com/geekcomputers/Python/blob/master/youtube-downloader%20fast.py) - Downloads YouTube videos quickly with parallel threads using aria2c -- [Google Image Downloader](https://github.com/geekcomputers/Python/tree/master/Google%20Image%20Downloader) - Query a given term and retrieve images from the Google Image database. +- [Google Image Downloader](https://github.com/geekcomputers/Python/tree/master/Google_Image_Downloader) - Query a given term and retrieve images from the Google Image database. - [dir_test.py](https://github.com/geekcomputers/Python/blob/master/dir_test.py) - Tests to see if the directory `testdir` exists, if not it will create the directory for you.