try rolling our own image downloader for news

workspace
Brendan Howell 4 years ago
parent 0faa3b3be5
commit 068ccaa174

@ -330,7 +330,7 @@ class Publications(Bureau):
else:
entry.img = " "
if entry.imge != " ":
if entry.img != " ":
fileext = "." + entry.img.rsplit(".",1)[1]
filename = tempfile.mktemp(fileext)
print("fetching", entry.img, filename)

Loading…
Cancel
Save