add missing saveUrl to impawards
This commit is contained in:
parent
0ff1282c14
commit
183c7fb497
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ def getPosterFilename(id, url):
|
|||
|
||||
def getPoster(id, url):
|
||||
filename = getPosterFilename(id, url)
|
||||
oxlib.net.saveUrl(url, filename)
|
||||
return filename
|
||||
|
||||
def archivePosters(init=False):
|
||||
|
|
Loading…
Reference in a new issue