Open TANIAX opened 1 year ago
The same isssue
edit the ./google_images_download/google_images_download.py file and change "info = data[11]" to "info = data[23]"
cool - what does that actually do?! :)
and what line is that? - I can't see that line in google_images_download.py :(
line 408
Guys - I beg your pardon, I had forgotten that I'd moved over to using that fork as mirzaim says. Line 407 there https://github.com/Joeclinton1/google-images-download which is working with the change mentioned. Getting old....
can i get the page url and title for each image?
edit the ./google_images_download/google_images_download.py file and change "info = data[11]" to "info = data[23]"
def format_object(self, object):
**print(object[1])**
...
if info is None:
info = data[25] #actual change based on index of actual object
Check object and look fot the "actual object inside [{ ... }], with, in my case, was index 25, not 23.
edit the ./google_images_download/google_images_download.py file and change "info = data[11]" to "info = data[23]"
Format the object in readable format
def format_object(self, object): **print(object[1])** ... if info is None: info = data[25] #actual change based on index of actual object
Check object and look fot the "actual object inside [{ ... }], with, in my case, was index 25, not 23.
very good,now my code can work
nothing works
also facing this issue .... not fun :(
Unfortunately all 20 could not be downloaded because some images were not downloadable. 0 is all we got for this search filter!
Errors: 0