QianyanTech / Image-Downloader

Download images from Google, Bing, Baidu. 谷歌、百度、必应图片下载.
MIT License
2.15k stars 561 forks source link

How is the usage of this project #1

Closed SunnerLi closed 7 years ago

SunnerLi commented 7 years ago

I just download and install the corresponding dependency. Next, I revise the content in the main.py and run. But I just stuck without responses as below:

sunner@sunner-All-Series:~/Save/Google-Image-Downloader/src$ python main.py 

Scraping From Google Image Search ...

Keywords:   orange
Number:     100
Face Only:  Yes
Safe Mode:  On
Query URL:  https://www.google.com/search?tbm=isch&q=orange&tbs=itp:face&safe=on

The status keeps for several minutes until I do key interruption. However, no error description appeared. Is there any problem about my operation? My environment is ubuntu 14.04, Python 2.7.6.

sczhengyabin commented 7 years ago

Is your network has access to Google? If not, perhaps you have to setup a proxy and modify the proxy parameter in main.py to get it work!