summaryrefslogtreecommitdiffstats
path: root/download.py
diff options
context:
space:
mode:
authorGravatar ryuslash2010-04-19 09:16:04 +0200
committerGravatar ryuslash2010-04-19 09:16:04 +0200
commitaf529bcd4e214c13b7810eeba4d425c4a1129b58 (patch)
tree3d17d70dd9e67e9173a97267002bfdb364aacfd8 /download.py
parent2db5555609b4ab157ea836f9611c6faa80508cf3 (diff)
download4grab-af529bcd4e214c13b7810eeba4d425c4a1129b58.tar.gz
4grab-af529bcd4e214c13b7810eeba4d425c4a1129b58.zip
Not checking and kirbybase
Using kirbybase to store downloaded images A nasty bug that always returned the wrong result when checking whether an image had already been downloaded has been fixed
Diffstat (limited to 'download.py')
-rw-r--r--download.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/download.py b/download.py
index 68315bc..42fcd52 100644
--- a/download.py
+++ b/download.py
@@ -144,6 +144,10 @@ class Downloader(object):
i += 1
progress.complete()
+
+ be = backend.Backend()
+ be.save()
+
return (skipped, failed, downloaded, total)
if __name__ == "__main__":