diff --git a/google_images_download/google_images_download.py b/google_images_download/google_images_download.py index e4118974..84723be5 100755 --- a/google_images_download/google_images_download.py +++ b/google_images_download/google_images_download.py @@ -196,7 +196,7 @@ def _extract_data_pack_ajax(self, data): return json.loads(lines[3])[0][2] def _image_objects_from_pack(self, data): - image_objects = json.loads(data)[31][0][12][2] + image_objects = json.loads(data)[31][-1][12][2] image_objects = [x for x in image_objects if x[0] == 1] return image_objects