@ -63,7 +63,7 @@ def download_media(html, images, wiki):
# we select the first search result
# (assuming that this is the image we are looking for)
image = data['query']['allimages'][0]
image = data['query']['allimages'][:1] # pick last item!!!
# then we download the image
image_url = image['url']
@ -64,7 +64,7 @@ def download_media(html, images, wiki):
image = data['query']['allimages'][:1] # !!! pick last image