Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App is broken #375

Open
TANIAX opened this issue Jan 16, 2023 · 12 comments
Open

App is broken #375

TANIAX opened this issue Jan 16, 2023 · 12 comments

Comments

@TANIAX
Copy link

TANIAX commented Jan 16, 2023

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

Errors: 0

@KernelA
Copy link

KernelA commented Jan 17, 2023

The same isssue

@rleaver152
Copy link

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

@zrichz
Copy link

zrichz commented Jan 21, 2023

cool - what does that actually do?! :)

@zrichz
Copy link

zrichz commented Jan 21, 2023

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

@rleaver152
Copy link

line 408

@mirzaim
Copy link

mirzaim commented Jan 22, 2023

Where is it?

if value[0] is not None:
ext_param = value[1][value[0]]
# counter will tell if it is first param added or not
if counter == 0:
# add it to the built url

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

@rleaver152
Copy link

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

@mrmrfan
Copy link

mrmrfan commented Jun 2, 2023

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

@ramonefoster
Copy link

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.

@FleetYang
Copy link

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

@iftybito67
Copy link

nothing works

@paradisfm
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants