Код: Выделить всё
params = {
"engine": "google_images",
"google_domain": "google.com",
"q": "grizzly bear",
"hl": "en",
"gl": "us",
"num": 150, # Why doesn't this line work?
"start": 0,
"api_key": MY_API_KEY
}
search = GoogleSearch(params)
results = search.get_dict()
print(results)
Подробнее здесь: https://stackoverflow.com/questions/798 ... ams-num-to
Мобильная версия