Skip to content

Commit

Permalink
Update google_images_download.py
Browse files Browse the repository at this point in the history
Adding this fix: Joeclinton1#39
  • Loading branch information
janvdp authored Apr 24, 2023
1 parent d8b41a9 commit 6b117da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google_images_download/google_images_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ def get_all_tabs(self, page):
def format_object(self, object):
data = object[1]
main = data[3]
info = data[9]
info = data[25]
if info is None:
info = data[23]
formatted_object = {}
Expand Down

0 comments on commit 6b117da

Please sign in to comment.