sync
This commit is contained in:
parent
3db0116dd3
commit
f36276c754
@ -66,7 +66,6 @@ def download_media(html, images, wiki):
|
|||||||
image = data['query']['allimages'][0]
|
image = data['query']['allimages'][0]
|
||||||
|
|
||||||
# then we download the image
|
# then we download the image
|
||||||
print(image)
|
|
||||||
image_url = image['url']
|
image_url = image['url']
|
||||||
image_filename = image['name']
|
image_filename = image['name']
|
||||||
print('Downloading:', image_filename)
|
print('Downloading:', image_filename)
|
||||||
|
Loading…
Reference in New Issue
Block a user