📜  从 google_images_download 导入 google_images_download - 任何代码示例

📅  最后修改于: 2022-03-11 15:00:26.936000             🧑  作者: Mango

代码示例1
from google_images_download import google_images_download   #importing the library

response = google_images_download.googleimagesdownload()   #class instantiation

arguments = {"keywords":"Polar bears,baloons,Beaches","limit":20,"print_urls":True}   #creating list of arguments
paths = response.download(arguments)   #passing the arguments to the function
print(paths)   #printing absolute paths of the downloaded images