google-images-download icon indicating copy to clipboard operation
google-images-download copied to clipboard

App is broken

Open TANIAX opened this issue 2 years ago • 12 comments

Unfortunately all 20 could not be downloaded because some images were not downloadable. 0 is all we got for this search filter!

Errors: 0

TANIAX avatar Jan 16 '23 23:01 TANIAX

The same isssue

KernelA avatar Jan 17 '23 09:01 KernelA

edit the ./google_images_download/google_images_download.py file and change "info = data[11]" to "info = data[23]"

rleaver152 avatar Jan 19 '23 11:01 rleaver152

cool - what does that actually do?! :)

zrichz avatar Jan 21 '23 21:01 zrichz

and what line is that? - I can't see that line in google_images_download.py :(

zrichz avatar Jan 21 '23 21:01 zrichz

line 408

rleaver152 avatar Jan 21 '23 22:01 rleaver152

Where is it? https://github.com/hardikvasa/google-images-download/blob/0d2bf8f17b5a8806d90df7258e7a172aa0cb7963/google_images_download/google_images_download.py#L406-L410

Do you mean this fork? https://github.com/Joeclinton1/google-images-download

mirzaim avatar Jan 22 '23 12:01 mirzaim

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....

rleaver152 avatar Jan 22 '23 19:01 rleaver152

can i get the page url and title for each image?

mrmrfan avatar Jun 02 '23 03:06 mrmrfan

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.

ramonefoster avatar Oct 05 '23 20:10 ramonefoster

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

FleetYang avatar Oct 25 '23 07:10 FleetYang

nothing works

iftybito67 avatar Jan 24 '24 17:01 iftybito67

also facing this issue .... not fun :(

paradisfm avatar Feb 14 '24 01:02 paradisfm