Image downloader

This commit is contained in:
Hemant 2022-10-09 11:42:44 +05:30 committed by GitHub
parent 859fc5eda0
commit b004459a21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,5 +2,7 @@
from simple_image_download import simple_image_download as simp
response = simp.simple_image_download
i = 'name'
# This code can be run in a loop
i = 'name' #Name of the item
response().download(i, 'total images')